百度翻译

  1. proxy = {
  2. 'http': '202.55.5.209:8090'
  3. }
  4. res = requests.get(url, proxies=proxy)
  5. print(res.text)