SF
python 爬虫
python 爬虫
注册登录
关注博客
注册登录
主页
关于
RSS
关于EOF occurred in violation of protocol (_ssl.c:661)的解决办法
吃蛇的鸟
2018-07-04
阅读 3 分钟
24.4k
直接上代码(python版本2.7)`import requestsr = requests.get('[链接]')r.encoding = 'utf8'print r.textprint r.status_code,r.url`报错