Iterables

https://javascript.info/iterable

  • 什么是 iterable
  • for...of 如何使用
  • 什么是 array-like
  • Array.from 有什么用

你可能感兴趣的:(Iterables)