1 <!doctype html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>Document</title>
 6 </head>
 7 <body>
 8 <script src = "http://libs.useso.com/js/jquery/1.8.3/jquery.min.js"></script>
 9 <script>
10     var a="      x   xx     ";
11     var a = $.trim(a);
12     console.log(a)
13 </script>
14 </body>
15 </html>

 

相关文章:

  • 2021-06-25
  • 2022-01-23
  • 2021-05-25
  • 2022-12-23
  • 2021-08-25
  • 2021-07-10
  • 2021-08-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2022-02-07
  • 2021-11-16
  • 2022-12-23
相关资源
相似解决方案