import aiohttp async def job(session): response = await session.get(URL) # 等待并切换return str(response.url) async def main(loop): async ...
確定! 回上一頁