写爬取210.30.208.140网站成绩的爬虫代码
时间: 2023-03-13 15:19:24 浏览: 114
答:下面是爬取210.30.208.140网站成绩的爬虫代码:import requestsurl = "http://210.30.208.140/score"payload = {}headers= {}response = requests.request("GET", url, headers=headers, data = payload)print(response.text)
阅读全文
相关推荐











