摘要:
数据 data = {'2021-02': { '应收账款': {'this_month_cumulative_target': '2154.00', 'same_month_cumulative_target': '21245.00'}, '存货': {'this_month_cumulative 阅读全文
摘要:
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( 阅读全文