if(/[@#\$%\^&\*]+/gi.test($("#user_api_register_form").find("input[name='user_name']").val()))
{
$.showErr("用户名含有非法字符",function(){    
$("#user_api_register_form").find("input[name='user_name']").focus();

});
return false;
}

 

相关文章:

  • 2022-12-23
  • 1970-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
  • 2022-12-23
相关资源
相似解决方案