如何在构造函数或类体中使用await定义类?例如我想要的:import asyncio # some code class Foo(object): async def __init__(self, settings): self.settings ...
確定! 回上一頁