第三种方法报错AttributeError: OpenerDirector instance has no attribute 'get_type'
print 'round3'
cj = cookielib.CookieJar()
opener=urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
response3=urllib2.urlopen(opener)
print response3.read()
#以上是第三种方法,结果如下,求助