// 加密方法 例子
var a = 'S01|1097409';//字符串
var b = window.btoa(unescape(encodeURIComponent(a)));//加密
var c = decodeURIC
unescape,escape加密解密js
最新推荐文章于 2024-05-22 09:40:33 发布
// 加密方法 例子
var a = 'S01|1097409';//字符串
var b = window.btoa(unescape(encodeURIComponent(a)));//加密
var c = decodeURIC
1614
2335

被折叠的 条评论
为什么被折叠?
