TypeError: 'NoneType' object is not iterable 這個錯誤提示一般發生在將None賦給多個值時。 def myprocess: a == b if a != b: return True, ...
確定! 回上一頁