关于出现too many values to unpack:

问题描述: def showfileproperties(path): import os,time for root,files in os.walk(path,True): print(‘位置: ’ + root) 遍历时出现如下错误: File “C:/Users/123/PycharmProjects/untitled1/a5.py”, line 3, in showfilepropert
相关文章
相关标签/搜索