import os
import requests
url='https://www.baidu.com'
os.environ['NO_PROXY'] = 'https://172.28.92.106'

response=requests.get(url, verify=False)
print(response.getEntity)

  

https://www.cnblogs.com/mzc1997/p/7813801.html

相关文章:

  • 2021-11-18
  • 2021-04-06
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2021-10-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案