跳至主要內容
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?

4563博客

全新的繁體中文 WordPress 網站
  • 首頁
  • aiohttp 请求如何使用代理,大哥们帮帮小弟
未分類
21 7 月 2020

aiohttp 请求如何使用代理,大哥们帮帮小弟

aiohttp 请求如何使用代理,大哥们帮帮小弟

資深大佬 : dawnzhu 9

# -*- coding: utf-8 -*- import asyncio import aiohttp import requests  '''requests''' res = requests.get('https://icanhazip.com', proxies={'http': 'http://36.249.119.38:9999'}) print(res.text) print("async......")   async def func1():  # async     async with aiohttp.ClientSession() as session:         async with session.get("https://icanhazip.com", proxy='http://36.249.119.38:9999') as r:             print('---------------------------------')             print(await r.text())   asyncio.run(func1()) 

请求结果

113.118.175.175

async……

…..aiohttp.client_exceptions.ClientProxyConnectionError: Cannot connect to host 36.249.119.38:9999 ssl:default [Connect call failed (‘36.249.119.38’, 9999)]

大佬有話說 (0)

文章導覽

上一篇文章
下一篇文章

AD

其他操作

  • 登入
  • 訂閱網站內容的資訊提供
  • 訂閱留言的資訊提供
  • WordPress.org 台灣繁體中文

51la

4563博客

全新的繁體中文 WordPress 網站
返回頂端
本站採用 WordPress 建置 | 佈景主題採用 GretaThemes 所設計的 Memory
4563博客
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?
在這裡新增小工具