📜  python 获取当前目录 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:06.343000             🧑  作者: Mango

代码示例6
import os 
dir_path = os.path.dirname(os.path.realpath(__file__))