asyncio学习笔记(基于micropython1.24)
摘要:python async异步编程(asyncio 学python必备)UP主:武沛齐 yield 装饰器 @asyncio.coroutine request response = request.get(url) filename = url.rsplit('_')[-1] with open (
阅读全文
posted @ 2025-01-21 06:45