巧用reduce、filter过滤数组中的相同的元素
数组元素是一个字符串:(function(){'use strict';var r, arr = ['apple', 'strawberry', 'banana', 'pear', 'apple', 'orange', 'orange', 'strawberry']; r = arr.filter(function (element, index, self) { re
原创
2017-09-13 23:20:39 ·
2182 阅读 ·
0 评论