标签:http tar style nbsp color start div response star
import scrapy class Tzspider(scrapy.Spider): # spider的名字,唯一 name = ‘tz‘ # 初始url列表 start_urls = [‘https://www.shiguangkey.com/course/list‘] # 每个url爬取之后会调用这个方法 def parse(self, response): pass
标签:http tar style nbsp color start div response star
原文地址:https://www.cnblogs.com/cxhzy/p/10298059.html