摘要: for(let [index,elem] of new Map( arr.map( ( item, i ) => [ i, item ] ) )){ console.log(index); console.log(elem);} 阅读全文
posted @ 2017-04-13 16:19 伍声2016 阅读(6881) 评论(0) 推荐(1) 编辑