JSbase64加密解密方法
摘要:
base64加密解密const Base64 = {//加密encode(str) {return btoa(encodeURIComponent(str).replace(/%([0-9A-F]{2})/g,function toSolidBytes(match, p1) {return Stri 阅读全文
posted @ 2022-10-06 20:49 itjeff 阅读(9037) 评论(0) 推荐(0)
浙公网安备 33010602011771号