tuya

function checkMobile(){
var isMobile = /^(13[0-9]|15[0-9]|18[0-9])\d{8}$/;
var mobile = $("#mobilePhone").val();
if(!isMobile.test(mobile)){
$("#span_phone").html(\'请输入正确的手机号码\');
}
}

分类:

技术点:

相关文章:

  • 2021-11-30
  • 2022-01-02
  • 2021-12-23
  • 2021-12-23
  • 2021-11-30
  • 2022-02-01
猜你喜欢
  • 2021-12-23
  • 2021-12-23
  • 2021-12-23
  • 2021-12-31
  • 2021-12-05
  • 2021-12-18
  • 2022-12-23
相关资源
相似解决方案