摘要: #-*- coding:utf-8 -*- import urllibimport threadingdef func(url): status = urllib.urlopen(url).code print status urlinfo = ['http://www.sohu... 阅读全文
posted @ 2014-12-17 09:28 _No.47 阅读(213) 评论(0) 推荐(0)