摘要:
登录之简单验证码 样式: html样式: <div> <input type="text" id="input" /> //验证码输入 <input type="button" id="checkCode" class="code" onclick="createCode()" /> //验证码生成 阅读全文
摘要:
登录之md5加密 语句: password = hex_md5(password); 引入js文件: md5.js: /* * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message * Digest Algori 阅读全文