摘要: import os class FileData: def __init__(self, name, path): self.name = name self.path = path # 遍历项目文件夹中的所有图片文件 image_files = [] def get_all_image_files 阅读全文
posted @ 2024-01-05 15:45 xiao强哥 阅读(38) 评论(0) 推荐(0)