使用btoa和atob来进行Base64转码和解码

 
btoa: 将普通字符串转为Base64字符串
atob: 将Base64字符串转为普通字符串
 
说明:window.btoa不支持汉字;
 
===》使用window.encodeURIComponent和window.decodeURIComponent
posted @ 2016-11-08 17:30  米娜-火箭  阅读(905)  评论(0编辑  收藏  举报