摘要: 一.简单使用和讲解 import aiohttp import asyncio async def fetch(client): async with client.get('http://httpbin.org/get') as resp: assert resp.status == 200 re 阅读全文
posted @ 2020-10-16 11:08 小小咸鱼YwY 阅读(899) 评论(0) 推荐(0) 编辑