const encodedData = window.btoa("Hello, world"); // 编码字符串 const decodedData = window.atob(encodedData); // 解码字符串