diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/array/@@iterator')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/array/@@iterator/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/@@iterator/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/@@iterator/index.html index 31fe03d8b1..ee65eecc73 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/@@iterator/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/@@iterator/index.html @@ -29,7 +29,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/@@iterator <h2 id="示例">示例</h2> -<h3 id="使用_for...of_循环进行迭代"><font face="Open Sans, Arial, sans-serif">使用 </font><code>for...of</code> 循环进行迭代</h3> +<h3 id="使用_for...of_循环进行迭代">使用 <code>for...of</code> 循环进行迭代</h3> <pre class="brush: js">var arr = ['a', 'b', 'c', 'd', 'e']; var eArr = arr[Symbol.iterator](); |