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

来自linux中国网wiki
跳到导航 跳到搜索
(创建页面,内容为“ ==os.path.abspath(file)== os.path.abspath(file)返回代码文件的所在的目录,不带文件名,返回绝对路径 =see also= [https://www.runoob.com/python/…”)
 
第1行: 第1行:
 
+
[[category:python]]
 
==os.path.abspath(file)==
 
==os.path.abspath(file)==
 
  os.path.abspath(file)返回代码文件的所在的目录,不带文件名,返回绝对路径
 
  os.path.abspath(file)返回代码文件的所在的目录,不带文件名,返回绝对路径

2021年5月21日 (五) 02:14的版本

os.path.abspath(file)

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

see also

Python os.path() 模块