文章目录 环境使用bug步骤 环境使用 request.get() 处理腾讯图片api bug 请求失败: HTTPSConnectionPool(host=‘multimedia.nt.qq.com.cn’, port=443): Max retries exceeded with url: /download?appid= 步骤 降低 urllib3 版本,解决 SSL 握手失败问题 pip install urllib3==1.26.18