import urllib3
urllib3.disable_warnings()
response = requests.post(url, headers=headers, params=data, verify=flag)
原文地址:https://www.cnblogs.com/yanpan/p/12560569.html
时间: 2024-11-05 23:30:38
import urllib3
urllib3.disable_warnings()
response = requests.post(url, headers=headers, params=data, verify=flag)
原文地址:https://www.cnblogs.com/yanpan/p/12560569.html