diff options
author | btea <2356281422@qq.com> | 2021-10-28 09:14:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 22:14:03 +0800 |
commit | 5ee088ab05070421618964e952abef3e936d30b9 (patch) | |
tree | 6e1315127d8b1706eb52b3c8612a3d0cf2f1ebb1 /files/zh-cn/web | |
parent | 6bfed4982d6cc0b52f09fd8d96b16566c8ba7b36 (diff) | |
download | translated-content-5ee088ab05070421618964e952abef3e936d30b9.tar.gz translated-content-5ee088ab05070421618964e952abef3e936d30b9.tar.bz2 translated-content-5ee088ab05070421618964e952abef3e936d30b9.zip |
Update Web/API/setInterval, zh-CN (#2888)
Diffstat (limited to 'files/zh-cn/web')
-rw-r--r-- | files/zh-cn/web/api/setinterval/index.html | 2 |
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> |