我越来越
TypeError: 'NoneType' object is not iterable
在这条线上:
temp, function = findNext(function)
并且不知道为什么会失败。我在 while 循环中使用函数:
while 0 < len(function):
…
但我没有遍历它。所有的回报findNext(function)
都差不多
return 'somestring',function[1:]
并且无法理解为什么它认为我正在迭代其中一个对象。