function checkPwd(passwd){ var repPass = /^[0-9a-zA-Z]{6,16}$/; //校验密码 var repPass1 = /[0-9]{1,}/;
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号