将该方法放在根目录下面,在其他类中直接import 该方法。
import os def getRootPath(): rootPath = os.path.dirname(os.path.abspath(__file__)) return rootPath
原文地址:https://www.cnblogs.com/zipon/p/9141487.html
时间: 2024-10-09 17:20:43
将该方法放在根目录下面,在其他类中直接import 该方法。
import os def getRootPath(): rootPath = os.path.dirname(os.path.abspath(__file__)) return rootPath
原文地址:https://www.cnblogs.com/zipon/p/9141487.html