您使用 async def 宣告的function 是coroutine。它可以使用await,return 或yield,但是所有這些都是可選的。 使用 await and/or return 將 ...
確定! 回上一頁