📜  获取当前目录的路径 python 代码示例

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

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

getcwd() # Get the current working directory