var telephone= $("#telephone").val();//联系电话 if(telephone.indexOf(" ") >= 0||telephone==null||telephone==""||typeof(telephone)=="undefined"){ alert("请填写联系人电话"); return; } // telephone.indexOf(" ") >= 0 判断不能使用空格来当字符 来源:https://www.cnblogs.com/duoyan/p/11792740.html 标签 输入框