btoa: 将普通字符串转为Base64字符串 atob: 将Base64字符串转为普通字符串 说明:window.btoa不支持汉字; ===》使用window.encodeURIComponent和window.decodeURIComponent 相关文章: 2022-12-23 2021-05-17 2021-06-05 2021-11-21 2022-12-23