aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/slice
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/arraybuffer/slice')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/arraybuffer/slice/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/slice/index.html b/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/slice/index.html
index 2c03d1e13c..1530f9f5df 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/slice/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/slice/index.html
@@ -20,9 +20,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/ArrayBuffer/slice
<dl>
<dt><code>begin</code></dt>
<dd>从零开始的字节索引,切片从这开始。</dd>
-</dl>
-
-<dl>
<dt><code>end</code></dt>
<dd>结束切片的字节索引。如果没指定end,新的 <code>ArrayBuffer</code> 将包含这个 <code>ArrayBuffer</code> 从头到尾的所有字节。由begin和end指定的这个范围夹在当前数组的有效索引范围内。如果新<code>ArrayBuffer</code>的长度在计算后为负,它将强制为0 。</dd>
</dl>