SSL证书问题 在python不知道哪个版本开始,urlopen发送请求时就出现了ssl证书报错的问题 解决办法 import ssl ssl._create_default_https_content = ssl._create_unverified_context