Define the string var string = 'Hello World!'; // Encode the String var encodedString = btoa(string); console.log(encodedString); ...
確定! 回上一頁