标签:int XML 项目 response ref headers pytho png enum
# -*- coding: utf-8 -*-
# Define here the models for your scraped items
#
# See documentation in:
# http://doc.scrapy.org/en/latest/topics/items.html
import scrapy
class DmozItem(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()
title = scrapy.Field()
link = scrapy.Field()
desc = scrapy.Field()
标签:int XML 项目 response ref headers pytho png enum
原文地址:http://www.cnblogs.com/tcheng/p/6888939.html