Uint8Array is similar to an Array where each item is an 8 bit (1 byte) unsigned integer ... var buffer = new ArrayBuffer(12); var x = new Uint8Array(buffer, ...
確定! 回上一頁