Skip to content

Home > sculp-js > urlDelParams

urlDelParams() function

删除 url 查询参数

Signature:

typescript
urlDelParams: (url: string, removeKeys: string[]) => string

Parameters

Parameter

Type

Description

url

string

removeKeys

string[]

Returns:

string

{string}

Released under the MIT License.