var buffer = new ArrayBuffer(8); var view = new Int32Array(buffer); ... Uint8Array 數組類型表示一個8 位無符號整型數組,創建時內容被初始化為0 ...
確定! 回上一頁