if (!$(".get_input").val().match(/^1(3|4|5|7|8)\d{9}$/)) { alert("手机号码格式不正确!"); $(".get_input").focus(); return false; }