import asyncio async def test(): print("never scheduled") async def main(): test() asyncio.run(main()). 輸出: test.py:7: RuntimeWarning: coroutine 'test' ...
確定! 回上一頁