async in Python. task = asyncio.ensure_future(mycoro(1)) loop = asyncio.get_event_loop() loop.run_until_complete(task) loop.close().
確定! 回上一頁