摘要:
## letter.py ```python import scrapy from scrapy.linkextractors import LinkExtractor from scrapy.spiders import CrawlSpider, Rule from letterBeijing.i 阅读全文
posted @ 2023-05-26 22:14
又一岁荣枯
阅读(61)
评论(0)
推荐(0)
摘要:
## 1. Spider 核心思想是在parse方法中,返回新的Requests请求,代码如下 ```python import scrapy from hello_world.items import HelloWorldItem class MirSpider(scrapy.Spider): n 阅读全文
posted @ 2023-05-26 22:06
又一岁荣枯
阅读(197)
评论(0)
推荐(0)

浙公网安备 33010602011771号