2022年01月14日 415 阅读 分享 js实现Base64编码解码(支持中文) 分享一个js Base64编码解码完美支持utf-8中文字符集编码var Base64 = { // 转码表 table : [ 'A', 'B', 'C', '...