摘要: import asyncio flag = asyncio.iscoroutinefunction(func) # 如果func是协程函数,则flag为True, 不是则为False. 阅读全文
posted @ 2023-10-27 14:32 CJTARRR 阅读(19) 评论(0) 推荐(0)