为了账号安全,请及时绑定邮箱和手机立即绑定

为什么看不到网页内容

print "Third math"
cj = cookielib.CookieJar()
opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
urllib2.install_opener(opener)
response3 = urllib2.urlopen(url)
print response3.getcode()
print cj
print len(response3.read())

Third math

200

<CookieJar[<Cookie BAIDUID=88978047DFE8E1CC7DE9D938570E5398:FG=1 for .baidu.com/>, <Cookie BIDUPSID=88978047DFE8E1CC7DE9D938570E5398 for .baidu.com/>, <Cookie H_PS_PSSID=19638_18285_1429_17712_19721_17945_20075_18559_15440_12238 for .baidu.com/>, <Cookie PSTM=1464944042 for .baidu.com/>, <Cookie BDSVRTM=0 for www.baidu.com/>, <Cookie BD_HOME=0 for www.baidu.com/>]>


正在回答

1 回答

你只是打印了cookie之类的信息啊,你又没打印网页内容

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Python开发简单爬虫
  • 参与学习       227670    人
  • 解答问题       1219    个

本教程带您解开python爬虫这门神奇技术的面纱

进入课程

为什么看不到网页内容

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信