摘要: def json_recur(data): if isinstance(data,dict): for key,value in data.items(): # print("key:",key,"value:",value,' ') if isinstance(value,dict): json_ 阅读全文
posted @ 2020-11-25 20:44 不带R的墨菲特 阅读(168) 评论(0) 推荐(0)