Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 232 Bytes

迭代器模式.md

File metadata and controls

7 lines (3 loc) · 232 Bytes

迭代器模式

在使用迭代器模式之后,即使不关心对象的内部构造,也可以按顺序访问其中的每个元素

迭代器模式模式最常见的案例就是数组的遍历方法如forEach, map, reduce.