码迷,mamicode.com
首页 > Web开发 > 详细

js扩展

时间:2018-04-30 13:21:08      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:ret   span   str   func   扩展   turn   this   nbsp   prototype   

1.去除字符串前置后置空格:

String.prototype.trimStr = function () {
    return this.replace(/^\s+|\s+$/g,‘‘);
}

 

js扩展

标签:ret   span   str   func   扩展   turn   this   nbsp   prototype   

原文地址:https://www.cnblogs.com/glory0727/p/8973330.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!