摘要: 登录之简单验证码 样式: html样式: <div> <input type="text" id="input" /> //验证码输入 <input type="button" id="checkCode" class="code" onclick="createCode()" /> //验证码生成 阅读全文
posted @ 2017-08-28 10:55 莫小龙 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 登录之md5加密 语句: password = hex_md5(password); 引入js文件: md5.js: /* * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message * Digest Algori 阅读全文
posted @ 2017-08-28 10:49 莫小龙 阅读(784) 评论(0) 推荐(0) 编辑