合集-Python

摘要:import os path = 'E:/a_final/voc/images/JPEGImages' # 路径 filenames = os.listdir(path) # 获取文件名 print(filenames) # 'list' object has no attribute 'split 阅读全文
posted @ 2023-04-28 13:57 10V24R 阅读(9) 评论(0) 推荐(0)