diff options
author | tys1128 <tys1128@outlook.com> | 2021-05-11 11:02:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 11:02:53 +0800 |
commit | 0f5837e3d327fa8668eb9838c67fed40517a145e (patch) | |
tree | 89c3e1d2b043f3037d373b9afe5b52b04e52120e /files/zh-cn/web | |
parent | 056dd907dec16280916ee9779a1416c8b618f53e (diff) | |
download | translated-content-0f5837e3d327fa8668eb9838c67fed40517a145e.tar.gz translated-content-0f5837e3d327fa8668eb9838c67fed40517a145e.tar.bz2 translated-content-0f5837e3d327fa8668eb9838c67fed40517a145e.zip |
Update /web/api/urlsearchparams/get, zh-CN (#816)
see: https://github.com/mdn/content/blob/main/files/en-us/web/api/urlsearchparams/get/index.html#L11
Diffstat (limited to 'files/zh-cn/web')
-rw-r--r-- | files/zh-cn/web/api/urlsearchparams/get/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/urlsearchparams/get/index.html b/files/zh-cn/web/api/urlsearchparams/get/index.html index 232b200c83..e598daa441 100644 --- a/files/zh-cn/web/api/urlsearchparams/get/index.html +++ b/files/zh-cn/web/api/urlsearchparams/get/index.html @@ -3,7 +3,7 @@ title: URLSearchParams.get() slug: Web/API/URLSearchParams/get translation_of: Web/API/URLSearchParams/get --- -<p>{{ApiRef("URL API")}}{{SeeCompatTable}} </p> +<p>{{ApiRef("URL API")}}</p> <p>{{domxref("URLSearchParams")}} 接口的<strong>get()</strong>方法返回第一个与搜索参数对应的值<strong>。</strong></p> |