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