reduce () 函数在python 2 是内置函数, 从python 3 开始移到了functools 模块。 官方文档是这样介绍的. reduce(...) reduce(function, sequence[ ...
確定! 回上一頁