Python的内置函数map

it2025-01-10  45

map(function, iterable, ...)

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

转载于:https://www.cnblogs.com/tuzkee/archive/2013/02/18/2915616.html

最新回复(0)