python使用list方法,将迭代器转换为列表后,再次循环打印迭代器输出为空 学习python内置函数的时候,发现一个问题,具体看下面这个代码: res = filter(lambda x: x % 2 == 0, [1, 2, 3, 4, 5