js數據加密解密

利用String對象的charCodeAt()方法和fromCharCode()方法對數據加密解密web var Crypto = { //加密解密次數 num: 0, //加密 encryption: function (text) { this.num = this.num + 1;
相關文章
相關標籤/搜索