Example. Encode a string in base-64: var str = "Hello World!"; var enc = window.btoa(str); var res = "Encoded String: " + enc;.
確定! 回上一頁