allocate a buffer containing 256 bytes $buffer = new ArrayBuffer(256); ... on the same buffer with 256 / 1 = 256 elements $uint8 = new UInt8Array($buffer); ...
確定! 回上一頁