aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/urlsearchparams
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/urlsearchparams')
-rw-r--r--files/zh-cn/web/api/urlsearchparams/foreach/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/urlsearchparams/foreach/index.html b/files/zh-cn/web/api/urlsearchparams/foreach/index.html
index 7ce04858eb..2d7d76958d 100644
--- a/files/zh-cn/web/api/urlsearchparams/foreach/index.html
+++ b/files/zh-cn/web/api/urlsearchparams/foreach/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/URLSearchParams/forEach
---
<div>{{APIRef("URL API")}}</div>
-<div></div>
+
<p>   URLSearchParams的实例对象上的方法forEach允许通过回调函数来遍历URLSearchParams实例对象上的键值对</p>