Aiohttp 为Client 程序提供了一个全局函数 request() ,用法如下:. async def main(): resp = await aiohttp.request('GET', 'http://python.org/') ...
確定! 回上一頁