摘要: //验证手机的规则 const checkMobile = (rule, value, cb) ⇒ { let reg = /^(0|86|17951)?(13[0-9]|15[012356789]|17[678]|18[0-9]|14[57])[0-9]{8}$/ if (reg.test(val 阅读全文
posted @ 2021-07-28 14:05 ouhongxiu 阅读(194) 评论(0) 推荐(0)