摘要: # -*- coding: utf-8 -*- import re import sys from subprocess import Popen, PIPE import os import time import commands def getoutput(command): print 's 阅读全文
posted @ 2020-08-05 11:04 QQmini 阅读(447) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: UTF-8 -*- """ auto: huangfz """ import telnetlib import time def connect(ip, username, password, command): # tn = telnetlib.Telnet(ip.en 阅读全文
posted @ 2020-08-05 10:59 QQmini 阅读(186) 评论(0) 推荐(0) 编辑