解决爬虫requests.exceptions.SSLError问题

mac2022-07-05  10

解决爬虫requests.exceptions.SSLError问题

import ssl # 在入口函数位置 if hasattr(ssl, '_create_unverified_context'): ssl._create_default_https_context = ssl._create_unverified_context
最新回复(0)