var contact_phone = $("#contact_phone").val();
        if(contact_phone && /^1[3|4|5|8]\d{9}$/.test(contact_phone)){    
        } else{
            $.messager.alert("提示","请输入正确的电话号码!");
             document.getElementById("contact_phone").focus();
             return;
        }

相关文章:

  • 2022-02-07
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-06
  • 2021-12-31
  • 2022-12-23
猜你喜欢
  • 2021-12-21
  • 2022-12-23
  • 2022-02-17
  • 2021-08-28
  • 2021-12-05
  • 2022-12-23
相关资源
相似解决方案