es6-for...of循环一个数组返回索引的写法


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  阅读(6880)  评论(0编辑  收藏  举报