setInt16(0, 256, true /* littleEndian */); // Int16Array uses the platform's endianness. console.log(new Int16Array(buffer)[0] === 256).
確定! 回上一頁