diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/bigint64array')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/bigint64array/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/bigint64array/index.html b/files/zh-cn/web/javascript/reference/global_objects/bigint64array/index.html index 23361908f2..7b92b97033 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/bigint64array/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/bigint64array/index.html @@ -4,9 +4,9 @@ slug: Web/JavaScript/Reference/Global_Objects/BigInt64Array translation_of: Web/JavaScript/Reference/Global_Objects/BigInt64Array --- <div> -<p id="JSRef">{{JSRef}}</p> +<p>{{JSRef}}</p> -<p id="BigInt64Array类型的数组代表由64位有符号整数组成的数组。如果需要控制字节顺序的话,请使用_jsxrefDataView_代替。内容初始化为0n。一旦建立,就可以使用对象的方法或使用标准数组索引语法(即使用中括号表示法)引用数组中的元素。"><strong><code>BigInt64Array</code></strong> 类型的数组代表由64位有符号整数组成的数组。如果需要控制字节顺序的话,请使用 {{jsxref("DataView")}} 代替。内容初始化为 <code>0n</code> 。一旦建立,就可以使用对象的方法或使用标准数组索引语法(即使用中括号表示法)引用数组中的元素。</p> +<p><strong><code>BigInt64Array</code></strong> 类型的数组代表由64位有符号整数组成的数组。如果需要控制字节顺序的话,请使用 {{jsxref("DataView")}} 代替。内容初始化为 <code>0n</code> 。一旦建立,就可以使用对象的方法或使用标准数组索引语法(即使用中括号表示法)引用数组中的元素。</p> </div> <h2 id="构造函数">构造函数</h2> |