import aiohttp import asyncio #get 请求async def get(): async with aiohttp.request('GET','http://link/await/1') as response: return await ...
確定! 回上一頁