Python3 asyncio 异步

async/await 异步编程,高并发 I/O 更高效。

📑 本章小节

📝 第 48 章 测验

做完再看解析,巩固本节知识。

1. 运行协程用?
解析:Python 3.7+ 用 asyncio.run()。