// 加密方法 例子
var a = 'S01|1097409';//字符串
var b = window.btoa(unescape(encodeURIComponent(a)));//加密
var c = decodeURIC
05-16
1580
1580
// 加密方法 例子
var a = 'S01|1097409';//字符串
var b = window.btoa(unescape(encodeURIComponent(a)));//加密
var c = decodeURIC
1580

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