摘要: 1 # -*- coding: utf-8 -*- 2 import scrapy 3 from yg.items import YgItem 4 5 class YgSpiderSpider(scrapy.Spider): 6 name = 'yg_spider' 7 allowed_domains = ['wz.sun0769.com'] 8 sta... 阅读全文
posted @ 2018-12-09 17:50 sure_feng 阅读(389) 评论(0) 推荐(0) 编辑