diff options
-rw-r--r-- | files/zh-cn/web/api/url/searchparams/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/url/searchparams/index.html b/files/zh-cn/web/api/url/searchparams/index.html index d4d775aed0..f782dc15c4 100644 --- a/files/zh-cn/web/api/url/searchparams/index.html +++ b/files/zh-cn/web/api/url/searchparams/index.html @@ -18,7 +18,7 @@ translation_of: Web/API/URL/searchParams <h2 id="语法">语法</h2> -<pre class="syntaxbox notranslate">const <em>urlSearchParams</em> = <em>url</em>.searchParams</pre> +<pre class="syntaxbox notranslate brush: js">const <em>urlSearchParams</em> = <em>url</em>.searchParams</pre> <h3 id="属性值">属性值</h3> |