摘要:
作业1 代码及图片:(这里只给出爬虫代码,settings.py等代码都在Gitee中) 点击查看代码 import scrapy from Practical_work3.items import work1_Item class Work1Spider(scrapy.Spider): name 阅读全文
摘要:
作业1 代码及图片: 点击查看代码 def fetch_data(self, city): if city not in self.cityCode.keys(): print(f"{city} code cannot be found") return None url = "http://www 阅读全文