map

map(iterator) -> Array

通过 iteratorEnumerable 中的元素进行变换,返回变换后的结果。 collect 方法的一个别称。