时间:2024-10-11 18:52:39
1、你可以通过python的自带的os模块对windows电脑进行操作,首先import os
3、你也可以读取指令执行后的返回结果,通过os.popen(command).read()来读取