请注意, asyncio.gather 创建了一个异步任务,这通常意味着您必须对其进行 await :. await asyncio.gather(...) 复制. Python文档在Coroutines and Tasks中详细介绍 ...
確定! 回上一頁