InsecureRequestWarning 爬虫遇到的警告

python3.6中
 
 
from requests.packages.urllib3.exceptions import InsecureRequestWarning
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)


猜你喜欢

转载自blog.csdn.net/qq_42336542/article/details/80652273
今日推荐