创建任务Task task = asyncio.ensure_future(coroutine) # 或者下面的方式创建task也可以 # task = loop.create_task(coroutine) # 04.
確定! 回上一頁