ES6 for..of詳解

es6新加了遍歷方法for..of,今天看看怎麼使用es6   遍歷數組值數組 let arr=['red','green','blue','orange']; for(let val of arr){ console.log(val); }   怎麼把索引打印出來呢?對象   若是想要打印出索引能夠這樣blog let arr=['red','green','blue','orange'];
相關文章
相關標籤/搜索