//删除前后空格  
  function   String.prototype.trim(){  
  return   this.replace(/(^\s+)|(\s+$)/g,"");  
  }  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-01
  • 2022-02-17
  • 2021-12-25
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案