摘要: 一、数组扁平化 有数组:let arr = [[2, 3, 1],[4, 3, 6, 5],[6, 2, 4, 9, [4, 11, 12, [12, 13, [10], 15]]], 20]1. reduce //若值为数组则递归遍历,否则concat function flatten(arr) 阅读全文
posted @ 2021-06-04 20:51 超帅的轻省回望 阅读(105) 评论(0) 推荐(0)