And to decode the base64 string back to a Uint8Array: var u8_2 = new Uint8Array(atob(b64encoded).split("").map(function(c) { return c.charCodeAt(0); }));.
確定! 回上一頁