print("Finish example2 coroutin.") tasks = [ # 建立一個任務列表asyncio.ensure_future(example1()), asyncio.ensure_future(example2()), ] loop.run_until_complete( ...
確定! 回上一頁