async def test(): print('hello 異步') c = test() # 調用異步函數,得到協程對象-->c loop = asyncio.get_event_loop() # 創建事件循環task ...
確定! 回上一頁