查看 ArrayBuffer 作为 Int16Array 通过 Int16Array constructor : const data = new Int16Array(buffer);; 现在 data 是来自blob 的数组缓冲区,被视为 Int16Array .
確定! 回上一頁