Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zswang/jurls
url 解析
https://github.com/zswang/jurls
Last synced: about 1 month ago
JSON representation
url 解析
- Host: GitHub
- URL: https://github.com/zswang/jurls
- Owner: zswang
- Created: 2014-11-17T11:20:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T14:25:32.000Z (about 6 years ago)
- Last Synced: 2024-09-14T00:58:19.031Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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));
```