摘要: import asyncio import time async def func1(): print(1) await asyncio.sleep(2) print(2) async def func2(): print(3) await asyncio.sleep(2) print(4) asy 阅读全文
posted @ 2023-05-28 23:20 壮九 阅读(541) 评论(0) 推荐(0)