os模块 import os Path ="./" #2024/04/11更新 #部分os模块方法 #遍历指定路径下所有文件夹,文件 def Get_allpath(path): for root,diction,files in os.walk(path): print