js 校验密码重复的代码
function validate(str){ str = str.value; var reg = new RegExp("^\\w{8,31}$"); if(reg.test(str)){ for(var i=0;i
下载地址
用户评论
资料还不错,很实用