Home > sculp-js > urlDelParams
urlDelParams() function
删除 url 查询参数
Signature:
typescript
urlDelParams: (url: string, removeKeys: string[]) => stringParameters
Parameter | Type | Description |
|---|---|---|
url | string | |
removeKeys | string[] |
Returns:
string
{string}