手机号码正则验证 function isPoneAvailable(str) { var myreg = /^[1][3456789][0-9]{9}$/; return myreg.test(str); } Last modification:May 4th, 2018 at 10:31 am © The copyright belongs to the author