Python IDLE或shell中切换路径
2021-05-18 15:28
阅读:490
标签:使用 编辑 pytho get 切换 chdir cd命令 编辑器 引号 在Python自带的编辑器IDLE中或者Python shell中不能使用cd命令,需要os模块的相关函数来操作。 具体如下: Python IDLE或shell中切换路径 标签:使用 编辑 pytho get 切换 chdir cd命令 编辑器 引号 原文地址:https://www.cnblogs.com/keep-pure/p/9744445.html
Python IDLE或shell中切换路径
import os
os.getcwd() #获取当前路径
os.chdir("D:\\test") #跳到目标路径下
os.chdir(‘D:\\test‘) #单引号、双引号都可以
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Python IDLE或shell中切换路径
文章链接:http://soscw.com/index.php/essay/87244.html
文章标题:Python IDLE或shell中切换路径
文章链接:http://soscw.com/index.php/essay/87244.html
评论
亲,登录后才可以留言!