发起一个session请求 import asyncio,aiohttp async def fetch_async(url): print(url) async with aiohttp.ClientSession() as session: #协程嵌套, ...
確定! 回上一頁