<html>

   <script>

      var req = new RegExp(/\d/);

      if(req.test("12")){    alert("11");  }

   </script>

   <body> </body>

</html>

相关文章:

  • 2022-12-23
  • 2021-07-29
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2021-08-25
  • 2021-06-22
猜你喜欢
  • 2021-12-16
  • 2021-06-25
  • 2021-11-17
  • 2021-07-05
  • 2021-05-27
  • 2022-12-23
相关资源
相似解决方案