摘要:
def obj2dict( obj): def is_basic_value( obj): # 定义基本类型集合 basic_types = (int, float, str, bool, type(None)) # 检查对象类型是否在基本类型集合中 return isinstance(obj, b 阅读全文
posted @ 2025-09-11 17:50
张博的博客
阅读(11)
评论(0)
推荐(0)
contact me:wechat 15122306087