scrapy框架爬虫,爬取腾讯职业实例

1.scrapy startproject tencent (最后一个是名字) 建立一个项目php 2.写item文件  这是用于存储数据html import scrapy   class TencentItem(scrapy.Item):      # define the fields for your item here like:      # name = scrapy.Field()
相关文章
相关标签/搜索