合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
~~~ header={} video_response=requests.get(url='https://xxxxx',headers=header) with open('test.mp4','wb') as v: v.write(video_response.content) ~~~ 注意:写入文件要二进制,也就是open第二个参数为wb 还有返回的数据提取要用content属性,不能使用text属性