2024年10月3日

python findAllfile

摘要: import os def findAllfile(path, allfile): filelist = os.listdir(path) for filename in filelist: filepath = os.path.join(path, filename) # print(filepa 阅读全文

posted @ 2024-10-03 10:35 Maddock 阅读(21) 评论(0) 推荐(0)

导航