python 爬虫 requests.exceptions.ProxyError错误

python 爬虫 requests.exceptions.ProxyError错误
1import os
os.environ[‘NO_PROXY’]=‘baidu.com’
ret = requests.get(url=“https://www.baidu.com/”)
2
删除注册表里HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings除默认外的键值

你可能感兴趣的:(python)