async def main(): async with aiohttp.ClientSession() as session: start = time.time() await session.get('http://httpbin.org/delay/3')
確定! 回上一頁