摘要:
1 map let list = [1, 2, 3, 4, 5]; let other = list.map((d, index) => { return d * 2; }); 2 filter let list = [1, 2, 3, 4, 5]; let other = list.filter( 阅读全文
posted @ 2017-06-14 14:14
Shemilily
阅读(1386)
评论(0)
推荐(0)
浙公网安备 33010602011771号