使用Uint8Array来操作function concatenate(...arrays) { let totalLen = 0; ... let res = new Uint8Array(totalLen) ... res.set(uint8Arr, offset).
確定! 回上一頁