asyncio.ensure_future 和loop.create_task都可以創建一個task,run_until_complete的參數是一個futrue對象。當傳入一個協程,其內部會自動封裝 ...
確定! 回上一頁