開闢一段記憶體空間buff = new ArrayBuffer(32); //一次讀取16位,即2個位元組x16 = new Int16Array(buff); x16[0] = 1; //使用Int8Array作為視窗 ...
確定! 回上一頁