新项目

// base64加密和解密
// dataValue = JSON.stringify(dataValue);
// let toBase64 = base64.encode(dataValue);
// console.log(toBase64)
// var base64str = base64.decode(toBase64)
// console.log(base64str)
 
 

猜你喜欢

转载自www.cnblogs.com/dianzan/p/9052611.html