会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
keep going and try try try again and again ……
博客园
首页
新随笔
联系
订阅
管理
2024年6月22日
python windows命令行 批处理 统计算指定后缀,格式的文件
摘要: 结合gpt,按照自己的思路,做了个记录 1.python版本 import os def counfiles(directory, extension): count = 0 for root, dirs, files in os.walk(directory): for file in files
阅读全文
posted @ 2024-06-22 21:20 hjswlqd
阅读(73)
评论(0)
推荐(0)
公告