摘要: import os, sys # 获取当前脚本所在路径 scriptRunPath = os.path.abspath(__file__) print(scriptRunPath) # 获取当前脚本的上级目录 dirScriptRunPath = os.path.dirname(os.path.di 阅读全文
posted @ 2022-01-17 14:47 風£飛 阅读(326) 评论(0) 推荐(0)