函数map()、filter()解析 By xiaohuait | 2017年2月21日 0 Comment map()一共接收2个参数,一个是函数,一个是序列(iterable),map把函数作用在序列中的每个元素上,… Read More »