Python获取当前路径

>>> import os
>>> homedir = os.getcwd()
>>> os.chdir("d:\\")

posted @ 2018-08-25 08:01  ParamousGIS  阅读(161)  评论(0编辑  收藏  举报