摘要: JS手机号码格式验证 JS使用 function checkPhone(){ var phone = document.getElementById('phone').value; if(!(/^1(3|4|5|6|7|8|9)\d{9}$/.test(phone))){ alert("手机号码有误 阅读全文
posted @ 2020-09-24 14:50 泠风lj 阅读(965) 评论(0) 推荐(0)