Python os.walk() 笔记,我们先使用如下代码:importospath='Path_file'foriinos.walk(path):print(i)#("当前文件夹的地址","当前文件夹下的文件夹 ...
確定! 回上一頁