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