我正在尝试从 childs 文件夹的子项中获取根项目文件夹,然后使用 python 代码保存输出以进行调试,而不是添加路径 static我的树路径看起来像这样.├── ChangeLog├── core│ ├── config.py│ ├── models│ ├── common│ │ ├── utils.py│ │ └── templates├── debug│ └── debug.logfileDir = os.path.dirname(os.path.abspath(__file__))parentDir = os.path.dirname(fileDir)print(parentDir) # /home/xxxx/xxx/xxx/xxx/core
添加回答
举报
0/150
提交
取消