无名

长风破浪会有时,直挂云帆济沧海!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
   function String.prototype.Trim() { return this.replace(/(^\s*)|(\s*$)/g, ""); }   
      function String.prototype.Ltrim() { return this.replace(/(^\s*)/g, ""); }
      function String.prototype.Rtrim() { return this.replace(/(\s*$)/g, ""); }  
posted on 2009-04-20 11:02  无名  阅读(4754)  评论(0编辑  收藏  举报