在浏览器中atob进行base64加密,btoa解密 nodejs中解密 function btoa(str) { return new Buffer(str).toString('base64') }
评论
使用 GitHub 账号登录后即可评论