import asyncio,aiohttp async def fetch_async(url): print(url) async with aiohttp.ClientSession() as session: #协程嵌套,只需要处理最外层协程 ...
確定! 回上一頁