会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小雨点1206
CnBlogs
Home
New Post
Contact
Admin
Subscription
2020年2月29日
用python遍历一个图片文件夹,并输出所有路径到一个 txt 文件
1 #coding:utf8 2 import os 3 import sys 4 def listfiles(rootDir, txtfile, label=0): 5 ftxtfile = open(txtfile, 'w') 6 list_dirs = os.walk(rootDir) 7 c
Read More
posted @ 2020-02-29 14:37 小雨点1206
Views(2261)
Comments(0)
Diggs(0)
Edit
公告