摘要:
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) 阅读全文
摘要:
js: var Base64 = { _keyStr: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", encode (str) { // 加密 var output = ""; var chr1, chr2, 阅读全文