import os
print os.getcwd() # 当前工作目录
print os.path.abpath(__file__) # 当前文件目录
python:当前工作目录和文件目录
最新推荐文章于 2024-06-30 21:37:01 发布
import os
print os.getcwd() # 当前工作目录
print os.path.abpath(__file__) # 当前文件目录