会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小白都能看懂的指南
Just want to accumulate some things
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2017年5月14日
javascript之数组的6种去重方法
摘要: 去重 去空 String.prototype.trim=function(){ return this.replace(/(^\s+)|(\s+$)g,'') } str.trim() function trim(str){ return str.replace(/(^\s+)|(\s+$)/g,'
阅读全文
posted @ 2017-05-14 19:56 little-rabbit
阅读(302)
评论(0)
推荐(0)
编辑