摘要: cryptoJS.js var t=t||function(t,e){var r={},i=r.lib={},n=function(){},o=i.Base={extend:function(t){n.prototype=this;var e=new n();return t&&e.mixIn(t) 阅读全文
posted @ 2020-02-12 10:24 eRrsr 阅读(653) 评论(0) 推荐(0) 编辑
摘要: js: var Base64 = { _keyStr: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", encode (str) { // 加密 var output = ""; var chr1, chr2, 阅读全文
posted @ 2020-02-12 10:05 eRrsr 阅读(9091) 评论(0) 推荐(0) 编辑