摘要:
# -*- coding: utf-8 -*- import scrapy from scrapy import Request from urllib.parse import quote from ..items import ScrapyseleniumtestItem class TaobaoSpider(scrapy.Spider): name = 'tao_bao' ... 阅读全文
posted @ 2018-05-15 18:45
小白Amir
阅读(2715)
评论(0)
推荐(0)
浙公网安备 33010602011771号