汇总完得到 {"东门": 44.0, …}。交付前把它改成 [{"store": "东门", "total": 44.0}, …] 这种列表,理由是【0】。
{"东门": 44.0, …}
[{"store": "东门", "total": 44.0}, …]
全部评论