python os.getcwd 获取工作目录

>>> import os
>>> print(os.getpid())
26463
 
 
>>> print(os.getcwd())
/home/test

posted on 2020-03-12 10:46  庐州月光  阅读(448)  评论(0编辑  收藏  举报