async with aiohttp.ClientSession() as session: html = await fetch(session, "http://httpbin.org/headers") print(html) asyncio.run(main())
確定! 回上一頁