RegExp = /^((0d{2,3}-d{7,8})|(1[3584]d{9}))$/; if (RegExp.test(consult_Phone) == false) { $("#warning").html("号码格式不正确或者位数不正确"); }