2024年1月31日
摘要: #coding:utf-8 import requests def request_big_data(url): name = url.split('/')[-1] r = requests.get(url,stream=True) #stream =True 设置为流读取 with open("d 阅读全文
posted @ 2024-01-31 10:18 boye169 阅读(68) 评论(0) 推荐(0) 编辑