用Python代码在网站上下载东西的时候,出现以下报错:
urllib.error.URLError:
原因是https加密方式
解决方法:
import ssl
ssl._create_default_https_context = ssl._create_unverified_context