var encodedString = btoa(string); // Base64 encode the String var decodedString = atob(encodedString); // Base64 decode the String.
確定! 回上一頁