map最常见的用法就是遍历一个数组,返回一个新的数组。除此之外,map还可以这样用: (1)map(Number):将string数组转换为number数组; (2)map(String):将number数组转成string数组