摘要: // base64加密解密 不支持中文哦,会有问题 var Base64 = { //加密 encode : function(str) { return btoa(encodeURIComponent(str).replace(/%([0-9A-F]{2})/g, function toSolid 阅读全文
posted @ 2023-04-27 10:25 要跑啊 阅读(54) 评论(0) 推荐(0)