摘要: ["one", "two", "three"] => ['o', 'n', 'e', 't', 'w', 'o', 't', 'h', 'r', 'e', 'e'] a.map(it=>it.split("")).reduce((a,b)=>[...a, ...b]) a.flatMap(it=>i 阅读全文
posted @ 2025-04-13 21:51 豆苗稀 阅读(16) 评论(0) 推荐(0)