详谈js遍历集合(Array,Map,Set) Array可以使用下标,Map和Set不能使用下标,ES6引入了iterable类型,Array,Map,Set都属于iterable类 js遍历map集合