求助
本帖最后由 一把大香菜 于 2020-8-8 16:59 编辑import urllib.request
response = urllib.request.urlopen('http://plackitten.com/g/500/600')
cat_img = response.read()
with open('cat_500_600.jpg','wb') as f:
f.write(cat_img)
urllib.error.URLError: <urlopen error getaddrinfo failed>我上面这段代码报这个错误是什么意思 网址拼错了,应该是 http://placekitten.com/g/500/600 zltzlt 发表于 2020-8-8 17:31
网址拼错了,应该是 http://placekitten.com/g/500/600
哇,谢谢,我对着看了半天,就是没对照网址
页:
[1]