标签:art log index turn 分享 ret 技术 数组去重 script
Array.prototype.filter.call(["sdf",32,52,52,"sdf"],function(v,i,arr){ return arr.indexOf(v)===i;})
//来自 http://www.tuicool.com/articles/y6neiu
标签:art log index turn 分享 ret 技术 数组去重 script
原文地址:http://www.cnblogs.com/zhujiasheng/p/6390387.html