js数据加密解密

利用String对象的charCodeAt()方法和fromCharCode()方法对数据加密解密web var Crypto = { //加密解密次数 num: 0, //加密 encryption: function (text) { this.num = this.num + 1;
相关文章
相关标签/搜索