“Os.path() 模块”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
 
第6行: 第6行:
  
 
[https://www.runoob.com/python/python-os-path.html Python os.path() 模块]
 
[https://www.runoob.com/python/python-os-path.html Python os.path() 模块]
 +
 +
[https://blog.csdn.net/weixin_45711264/article/details/104740288 解析os.path.dirname(__file__)、os.path.abspath(__file__)、os.path.join()使用]

2021年5月21日 (五) 02:15的最新版本

os.path.abspath(file)

os.path.abspath(file)返回代码文件的所在的目录,不带文件名,返回绝对路径

see also

Python os.path() 模块

解析os.path.dirname(__file__)、os.path.abspath(__file__)、os.path.join()使用