remove( )


Removes query parameters from the current page's URL.

Removes one or more query parameters to the current page's URL.

について 削除() function can only be used when browser rendering happens, meaning you can only use it in frontend code after the page is ready.

If a specified key does not exist as a query parameter, it is ignored.

Calling the 削除() function triggers the onChange() event handler if it has been registered.

注: To retrieve the page's current query parameters, use the クエリー 財産である。

メソッド宣言
コピー
メソッド・パラメータ
toRemoveArray<string>Required

List of keys to remove.

役に立ちましたか?
はい
いいえ