... return value: 'the result' 取消Task¶ 可以在Task 完成之前取消task 的操作: # asyncio_cancel_task.py import asyncio async def task_func(): ...
確定! 回上一頁