js验证手机号正则

技术 · 2023-07-10
js验证手机号正则
let myreg=/^[1][3,4,5,6,7,8,9][0-9]{9}$/
if(!myreg.test(mobile)){
    app.checkForm('手机号格式不正确')
}
javascript
Theme Jasmine by Kent Liao