📜  如何根据当前目录追加目录python代码示例

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

代码示例1
import sys
sys.path.append(os.path.abspath('../'))