摘要: import os for dirpath, dirnames, filenames in os.walk("./data/NDBPic_Ehance"): file_count = 0 for file in filenames: file_count = file_count + 1 print 阅读全文
posted @ 2020-05-17 15:20 扑棱扑棱 阅读(3011) 评论(0) 推荐(0)