🌈 搜索
📅  最后修改于: 2022-03-11 14:45:17.419000             🧑  作者: Mango
print(os. getcwd()) path_parent = os. path. dirname(os. getcwd()) os. chdir(path_parent) print(os. getcwd())