Python_Spider.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:crawler 作者: Yabea 项目源码 文件源码
def parse(self, response):
        item = ZhihupythonItem()
        #selector = Selector(response)
        question_Field = response.xpath('//div[@class="feed-main"]')
        for each in question_Field:
            question = each.xpath('div[@class="content"]/h2/a/text()')
            print question
            item['Question'] = question
            yield item
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号