会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Tiger95
春风十里不如你
CnBlogs
Home
New Post
Contact
Admin
Subscription
2017年8月11日
js Array 数组方法扩展
//去重复 Array.prototype.unique = function() { this.sort(); var re=[this[0]]; for(var i = 1; i < this.length; i++) { if( this[i] !== re[re.length-1]) { r
Read More
posted @ 2017-08-11 13:59 Tiger95
Views(1809)
Comments(0)
Diggs(0)
Edit
公告