import asyncio import aiohttp class MySession: def __init__(self): self.session = None async def __aenter__(self): async with aiohttp.
確定! 回上一頁