var u8 = new Uint8Array([65, 66, 67, 68]); var b64encoded = btoa(String.fromCharCode.apply(null, u8));. 並將base64字元串解碼為Uint8Array: 复制代码.
確定! 回上一頁