📜  python os 获取目录路径 - Python 代码示例

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

代码示例2
from os import getcwd # only import "getcwd" from os

getcwd() # Get the current working directory