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

为什么 python2.7 下载页面 页面没有表头?

# coding:utf8

import urllib2

class HtmlDownloder(object):

    

    

    def download(self, url):

        if url is None:

            return None

        

        response = urllib2.urlopen(url)

        

        if response.getcode() != 200:

            return None

        html = response.read()

        print html

        return htmlhttps://img1.sycdn.imooc.com//5ab4ae1800016b0f09070498.jpg

解析地址:https://baike.baidu.com/item/Python/407313?fr=aladdin

正在回答

1 回答

解析不对吧

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

举报

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

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

进入课程

为什么 python2.7 下载页面 页面没有表头?

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