map

map(fun, iterable)

map(fun(x, y), iterable1, iterable2)

变量送入fun函数中的返回值组成的列表

原文地址:https://www.cnblogs.com/liujianing/p/13355777.html