标签:str 图片 img dir 文件 17. print http pat
__file__表示了当前文件的path
以相对路径运行:python 1.py
结果:1.py
以绝对路径运行:python F:\python-study\test\1.py
结果:F:\python-study\test\1.py
去掉文件名,返回目录,若print os.path.dirname(file)所在脚本是以绝对路径运行的,则会输出该脚本所在的绝对路径,若以相对路径运行,输出空目录
获取当前文件的绝对路径,无论脚本是以绝对路径运行还是以相对路径运行
标签:str 图片 img dir 文件 17. print http pat
原文地址:https://www.cnblogs.com/raind/p/9500997.html