Requires
- module:underscore
Methods
(static) makeUrl(pathnon-null, querynullable) → {string}
根据path和query生成URL片段
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
path |
string | url path | |
query |
Object |
<nullable> |
search |
Returns:
- Type
- string
(static) parse(url) → {Object}
解析URL
Parameters:
Name | Type | Description |
---|---|---|
url |
string | url |
Returns:
- Type
- Object