var a = "ds fas dsdf asdf fadfsdsf";
      a.split(' ').each
      (
       function a(c)
       { 
        alert( c );
       }
      )

相关文章:

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