联系方式
- 邮箱:5561161886@qq.com
- 地址:山东省潍坊市寿光市台头镇小坨村东南角
400-688-3503
-
if ($("#tel").val() == "") { alert("请输入你的手机!"); $("#tel").focus(); return false; }
if (!$("#tel").val().match(/^(((13[0-9]{1})|(14[0-9]{1})|(15[0-9]{1})|(16[0-9]{1})|(17[0-9]{1})|(18[0-9]{1})|(19[0-9]{1}))+\d{8})$/)) { alert("手机号码格式不正确!"); $("#tel").focus(); return false;}
})
})