摘要: import psutil import time import xlwt import platform from subprocess import Popen, PIPE def getoutput(command): print("开始执行命令:%s" %command) comm = Popen(command, stdout=PIPE, stdin=PIPE, stderr=PIPE, 阅读全文
posted @ 2019-09-01 21:46 QQmini 阅读(581) 评论(0) 推荐(0) 编辑