import asyncio async def main(): asyncio.sleep(1) print('hello') asyncio.run(main()). 上述範例執行結果如下: $ python test.py test.py:4: ...
確定! 回上一頁