会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wztshine
博客园
首页
新随笔
联系
管理
2020年2月26日
Python 判断两个文件夹有无同名文件
摘要: import os """判断两个文件夹里是否有相同文件名的文件""" def fileList(path): filelist = {} n = 1 for root,folders,files in os.walk(path): for file in files: print('\rHas s
阅读全文
posted @ 2020-02-26 09:29 wztshine
阅读(1780)
评论(0)
推荐(0)
编辑
公告