diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/array/slice/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/array/slice/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/slice/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/slice/index.html index b20d27f664..2d44c8dc8d 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/slice/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/slice/index.html @@ -58,8 +58,8 @@ var citrus = fruits.slice(1, 3); // citrus contains ['Orange','Lemon'] </pre> -<div class="standardNoteBlock"> -<p class="syntaxbox"><strong>译者注:citrus</strong> <em>[n.]</em> 柑橘类果实</p> +<div class="callout"> +<p><strong>标注:</strong> citrus <em>[n.]</em> 柑橘类果实——译注</p> </div> <h3 id="使用_slice">使用 <code>slice</code></h3> |