aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web')
-rw-r--r--files/zh-cn/web/api/setinterval/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/setinterval/index.html b/files/zh-cn/web/api/setinterval/index.html
index f3401fc5a5..dacbf7cc97 100644
--- a/files/zh-cn/web/api/setinterval/index.html
+++ b/files/zh-cn/web/api/setinterval/index.html
@@ -26,7 +26,7 @@ original_slug: Web/API/WindowOrWorkerGlobalScope/setInterval
<dl>
<dt><code>func</code></dt>
- <dd>要重复调用的函数。 每经过指定 <code>延迟</code> 毫秒后执行的{{jsxref("函数")}} 。该函数不接受任何参数,也没有返回值。</dd>
+ <dd>要重复调用的函数。 每经过指定 <code>延迟</code> 毫秒后执行的{{jsxref("函数")}} 。</dd>
<dt><code>code</code></dt>
<dd>这个语法是可选的,你可以传递一个字符串来代替一个函数对象,你传递的字符串会被编译然后每个delay毫秒时间内执行一次。这个语法因为存在安全风险所以不被推荐使用。</dd>
<dt><code>delay</code></dt>