摘要: #coding=utf-8import osimport httplibimport socketdictlist ={};def ReadHost(): hosts = []; obn = open('d:/sss.txt', 'rb'); for line in obn: ... 阅读全文
posted @ 2014-07-14 13:35 小白闯天下 阅读(373) 评论(0) 推荐(0) 编辑