改变python的默认路径为当前的工作路径
通过os模块来进行python中路径的更改
默认路径为:
>>>importos >>>os.getcwd() 'D:\\ProgramFiles\\Python35
>>>os.chdir("D:\ProgramFiles\Python35\modifyPath\test02") >>>os.getcwd() 'D:\\ProgramFiles\\Python35\\modifyPath\\test02原文来自:https://www.py.cn
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容