async def main(): resp = await aiohttp.request('GET', 'http://python.org/') print(resp) loop = asyncio.get_event_loop() ...
確定! 回上一頁