凡是用async def 定義的都要用await去調用不可以直接調用 async def main(): print('hello') ... async / await 是Python 3.5+ 之後出現的語法糖.
確定! 回上一頁