python用reduce和map把字符串转为数字的方法 python中reduce和map简介map(func,seq1[,seq2...]):将函数func作用于给定序列的每个元素,并用一个 map和reduce