特牛生活网

python3 使用urllib报错urlopen error EOF occurred in violation of protocol (_ssl.c:841)-CSDN博客

网友收藏
文章浏览阅读1.5k次。python3源码:import urllib.requestfrom bs4 import BeautifulSoupresponse = urllib.request.urlopen("http://php.net/")html = response.read()soup=BeautifulSoup(html, "html5lib")text=soup..._urllib.error.urlerror: