摘要: 1.处理方式 法一 通过HtmlXPathSelectorimport scrapyfrom scrapy.selector import HtmlXPathSelectorclass DmozSpider(scrapy.Spider): name = "use_scrapy" #要调用的名字 al 阅读全文
posted @ 2017-11-28 21:16 窃语 阅读(1386) 评论(0) 推荐(0)