首页
技术
登录
6mi
u
盘
搜
搜 索
技术
使用python下载文件
使用python下载文件
技术
2022-07-11
112
使用requests
python 3.7
1 下载指定文件
import requests url = 'https://images.jjxsw.la/images/mijjxswcom.gif' req = requests.get(url) with open('a.swf', 'wb') as code: code.write(req.content)
转载请注明原文地址:https://ipadbbs.8miu.com/read-13953.html
最新回复
(
0
)