String.prototype.Trim   =   function()  
          {  
          return   this.replace(/(^\s*)|(\s*$)/g,   "");  
          }

相关文章:

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