run_until_complete指定某個任務完成就會停止Event loop,可以傳入coroutine或Task或Future。 asyncio.wait把一個任務(可以是coroutine或Task或Future) ...
確定! 回上一頁