摘要:
改编自:http://www.jianshu.com/p/588241a313e7 # _*_ coding:utf-8 _*_ import urllib2 import re class TestProxy(object): def __init__(self, timeout): self.url = 'http://www.baidu.com' ... 阅读全文
摘要:
改编自:http://www.jianshu.com/p/588241a313e7 # _*_ coding:utf-8 _*_ import urllib2 import re class TestProxy(object): def __init__(self, timeout): self.url = 'http://www.baidu.com' ... 阅读全文
|