需要python3.7+ import asyncio async def main(): print('hello') await ... 翻譯:@coroutine"裝飾器自Python 3.8起已棄用,請使用"async def"代替.
確定! 回上一頁