ArrayBuffer 对象、TypedArray对象、DataView对象是JavaScript操作二进制数据 ... var typedArray = new Uint8Array([0,1,2]); typedArray.length // 3 ...
確定! 回上一頁