Constructor
new Sort(sortArray) → {Query}
Properties:
Name | Type | Description |
---|---|---|
string |
string | 将meta转后成url后的字符串 |
Parameters:
Name | Type | Description |
---|---|---|
sortArray |
Array.<string> | 字符串数组,按照顺序描述排序 |
Returns:
- Type
- Query
Methods
normalize() → {string}
把传进来的数组,使它正常化.
把传进来的数组,使它正常化
Returns:
- Type
- string
toString() → {string}
覆盖原生方法.
覆盖原生方法
Returns:
- Type
- string