var regPwd = /^(?=.*[a-zA-Z])(?=.*\d)(?=.*[~!@#$%^&*()_+`-={}:";'<>?,./]).{8,16}$/;
if (regPwd.test(newPassword.val())==false) {
layer.tips("密码由8到16为字符组成,必须包含数字、字母、特殊字符!", "#<%=this.txtNewPwd.ClientID%>");
newPassword.focus();
return false;
}
温度:\d+°C)?