python3 中map函数调用语法:map(function, iterable, ...)。map()它接收一个函数f和一个可迭代对象,并通过把函数f依次作用在list的每个元素上, ...
確定! 回上一頁