class Http: client = None @classmethod async def init(cls): if cls.client is None: cls.client = aiohttp.ClientSession() @classmethod async def get(cls, ...
確定! 回上一頁