Python的内置函数map

map(function, iterable, ...)

Apply function to every item of iterable and return a list of the results.

原文地址:https://www.cnblogs.com/tuzkee/p/2915616.html