create an ArrayBuffer with a size in bytes. 2. const buffer = new ArrayBuffer(16);. 3. const int32View = new Int32Array(buffer);.
確定! 回上一頁