摘要:
# 如果执行文件为E:\aa\bb\aa.py 1.获取当前路径 current_path11 = os.path.abspath(__file__) current_path12 = os.path.realpath(__file__) # 说明:以上2种方式返回结果一样,均为E:\aa\bb\a 阅读全文
posted @ 2020-07-08 09:19
inoey
阅读(6004)
评论(0)
推荐(2)
2020年7月8日