名为
的模块import subprocess
首先,我要输入文件夹路径
subprocess.run(["cd documents"])
第二,一旦我获得访问权限并进入该文件夹,则 我想显示文档中的文件
subprocess.run(["more file.txt"])
问题是,一旦我从python进入了文件夹,就无法从python运行另一个命令行。 例如在命令行中:
C:\Users\>cd documents
C:\Users\Documents>more file.txt
this
is
for test