let buffer = new ArrayBuffer(16); // create a buffer of length 16 ... To manipulate an ArrayBuffer , we need to use a “view” object.
確定! 回上一頁