loop.create_task 接受的参数需要是一个协程,但是 asyncio.ensure_future 除了接受协程,还可以是Future 对象或者awaitable 对象: 如果参数是协程,其实 ...
確定! 回上一頁