ClientSession(cookie_jar=aiohttp.CookieJar()) as s: async with s.get(url) as r: print('JSON', await r.json()) cookies ...
確定! 回上一頁