摘要:
#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
阅读(138)
评论(0)
推荐(0)


浙公网安备 33010602011771号