摘要: import os from PIL import Image # 获取当前脚本文件所在的文件夹路径 script_dir = os.path.dirname(os.path.abspath(__file__)) # 默认使用当前脚本文件所在的文件夹作为路径 folder_path = script 阅读全文
posted @ 2024-03-06 13:56 Alerson 阅读(22) 评论(0) 推荐(0) 编辑