TypedArray(buffer, buteOffset = 0, length). 根据不同的数据类型,建立多个视图 const buf = new ArrayBuffer(8); const v1 = new Int32Array(buf); ...
確定! 回上一頁