Skip to content

Home > sculp-js > parseQueryParams

parseQueryParams() function

解析URL查询参数

Signature:

typescript
export declare function parseQueryParams(searchStr?: string): Record<string, string | string[]>;

Parameters

Parameter

Type

Description

searchStr

string

(Optional)

Returns:

Record<string, string | string[]>

{Record<string, string | string[]>}

Released under the MIT License.