var ascii = new Uint8Array([65, 66, 67, 68]); var b64encoded = btoa(String.fromCharCode.apply(null, ascii));. And to decode the base64 string back to a ...
確定! 回上一頁