python用xpath方法爬取伯樂在線

1.xpath的用法   2.提取信息 (1)在命令行中可以測試 response.xpath("//p[@class='entry-meta-hide-on-mobile']/text()").extract()[0].strip().replace("·","") (2)在pycharm中運行 import scrapy import re class JobboleSpider(scrap
相關文章
相關標籤/搜索