摘要: # -*- coding: utf-8 -*-import scrapyfrom scrapy.http import Request,FormRequestclass DbSpider(scrapy.Spider): name = 'db' allowed_domains = ['douban.com'] start_urls = ['https://accounts.d... 阅读全文
posted @ 2019-03-07 22:04 山…隹 阅读(375) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-03-07 21:47 山…隹 阅读(105) 评论(0) 推荐(0)