Module: url

URL解析和生成的小工具
Author:
  • Leon(leon@outlook.com)
Source:

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
Source:
Returns:
Type
string

(static) parse(url) → {Object}

解析URL
Parameters:
Name Type Description
url string url
Source:
Returns:
Type
Object