摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ __author__ = 'gnuhpc'import telnetlib,socketIP={}def parseTel(line): parseArray = line.split() IP[parseArray[0]]=parseArray[1]with open("tel.l... 阅读全文
posted @ 2014-07-04 20:44 gnuhpc 阅读(2916) 评论(0) 推荐(0) 编辑