Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zswang/jurls

url 解析
https://github.com/zswang/jurls

Last synced: about 1 month ago
JSON representation

url 解析

Awesome Lists containing this project

README

        

jurls
=======

利用 a 标签特性,进行 url 解析

## 使用方法

```js
var url = 'http://sub.example.com:8023/home/?foo=bar&ciao=cc#hash';
console.log(JSON.stringify(jurls.parse(url), null, 2));
```