摘要:
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
阅读(642)
评论(0)
推荐(0)

浙公网安备 33010602011771号