map 函数的使用形式如下: map(function, sequence). 解释:对sequence 中的item 依次执行function(item),并将结果组成一个List 返回,也就是:
確定! 回上一頁