摘要: 数据 data = {'2021-02': { '应收账款': {'this_month_cumulative_target': '2154.00', 'same_month_cumulative_target': '21245.00'}, '存货': {'this_month_cumulative 阅读全文
posted @ 2021-05-20 23:14 赵刚、 阅读(1072) 评论(0) 推荐(0) 编辑
摘要: da = [ {"a": 231, "b": 456}, {"a": 423, "b": 980}, {"a": 846, "b": 1960}, {} ] lst = [] for i in range(len(da) - 1): # 0 1 value1 = list(da[i].values( 阅读全文
posted @ 2021-05-20 23:05 赵刚、 阅读(963) 评论(0) 推荐(0) 编辑