2025年11月29日

摘要: import shutil import sys import os def cur_file_dir(): path = sys.path[0] if os.path.isdir(path): return path elif os.path.isfile(path): return os.pat 阅读全文
posted @ 2025-11-29 20:16 lydstory 阅读(4) 评论(0) 推荐(0)

导航