发布于 2019年8月13日2019年8月13日 爬虫处理SSL证书不信任 # Author: Sooele import requests #verify=False SSL证书不信任 resp = requests.get('http://www.12306.cn/mormhweb/',verify=False) print(resp.content.decode('utf8')) 相关