1. 程式人生 > >js中數組和對象的遍歷的簡單總結(ES6)

js中數組和對象的遍歷的簡單總結(ES6)

遍歷數組 key watermark fff trie sha tex mar title

在ES6中,對於數組的遍歷提供了3個方法

keys() values() entries() 用於遍歷數組的key value

例如:

技術分享圖片

對於對象的遍歷

技術分享圖片

js中數組和對象的遍歷的簡單總結(ES6)