npm-modules

url-parse

目标

作用

跨 Node.js 和浏览器环境无缝工作的小型 URL 解析器。

使用

var parse = require('url-parse')

var url = parse('https://github.com/foo/bar', true);

The returned url instance contains the following properties:

源码解析