diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/int32array/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/int32array/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/int32array/index.html b/files/zh-cn/web/javascript/reference/global_objects/int32array/index.html index 9c7e556a51..133969ba90 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/int32array/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/int32array/index.html @@ -53,9 +53,6 @@ new Int32Array(buffer [, byteOffset [, length]]);</pre> <dd>返回从其{{jsxref("ArrayBuffer")}}开始的<code>Int32Array</code>长度的(以字节为单位)。在构造时被固定,因此只读。</dd> <dt>{{jsxref("TypedArray.prototype.byteOffset", "Int32Array.prototype.byteOffset")}} {{readonlyInline}}</dt> <dd>返回从其{{jsxref("ArrayBuffer")}}开始的偏移量(以字节为单位)。在构造时被固定,因此只读。</dd> -</dl> - -<dl> <dt>{{jsxref("TypedArray.prototype.length", "Int32Array.prototype.length")}} {{readonlyInline}}</dt> <dd> 返回<code>Int32ArrayInt32Array</code>包含的元素个数。在构造时被固定,因此只读。</dd> </dl> |