Skip to content

Home > sculp-js > qsParse

qsParse() function

解析查询参数,内部使用的是浏览器内置的 URLSearchParams 进行处理

Signature:

typescript
export declare function qsParse(queryString: string): Params;

Parameters

Parameter

Type

Description

queryString

string

Returns:

Params

{Params}

Released under the MIT License.