await + 可等待物件(協程物件、Future、Task物件、-->IO等待). 示例1: import asyncio async def func(): print("start") response = await ...
確定! 回上一頁