Int8Array :8 位有號整數,長度一位元組; Uint8Array :8 位無號整數,長度一位元 ... let buf = new ArrayBuffer(32); let i8arr = new Int8Array(buf); let i16arr ...
確定! 回上一頁