var phone = document.getElementById('phone').value;
if(!(/^1[34578]\d{9}$/.test(phone))){
alert("手机号码有误");
return false;
} else{
alert("格式正确")
}
var phone = document.getElementById('phone').value;
if(!(/^1[34578]\d{9}$/.test(phone))){
alert("手机号码有误");
return false;
} else{
alert("格式正确")
}
本文标题:前端js手机号正则验证
本文链接:https://www.haomeiwen.com/subject/lybhqctx.html
网友评论