import asyncio async def foo(name): await asyncio.sleep(1) # 這是一個不會 ... import asyncio def callback(future): # 唯一引數是一個Task物件 ...
確定! 回上一頁