标签:let ons 返回 map item 写法 索引 span font
for(let [index,elem] of new Map( arr.map( ( item, i ) => [ i, item ] ) )){ console.log(index); console.log(elem);}
es6-for...of循环一个数组返回索引的写法
原文地址:http://www.cnblogs.com/wusheng2016/p/6704486.html