async def func(site): async with aiohttp.ClientSession() as session: await session.get(site) cookies = session.cookie_jar.
確定! 回上一頁