去除数组中重复元素
2018-05-19 本文已影响0人
who_rong
1.借助控对象;2.使用临时数组+ 查找数组下标 ;3.map() 遍历数组 查找下标 临时数组;4.filter() 遍历数组 查找下标 临时数组;
5.forEach() 遍历数组 查找下标 临时数组
map filter 使用说明
1.借助控对象;2.使用临时数组+ 查找数组下标 ;3.map() 遍历数组 查找下标 临时数组;4.filter() 遍历数组 查找下标 临时数组;
5.forEach() 遍历数组 查找下标 临时数组
map filter 使用说明