02 2019 档案

摘要:settings.py 项目地址:https://github.com/CH-chen/jdbook 阅读全文
posted @ 2019-02-12 14:31 CHVV 阅读(496) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- import scrapy from scrapy.http.cookies import CookieJar from scrapy.http import Request class ChoutiSpider(scrapy.Spider): name = 'chouti' allowed_domains = ['chouti.c... 阅读全文
posted @ 2019-02-09 11:49 CHVV 阅读(201) 评论(0) 推荐(0)