摘要: 数据 [{ "name": "张三", "score": 153 }, { "name": "李四", "score": 206 }, { "name": "王五", "score": 68.5 }, { "name": "王六", "score": 83.5 }] 需求:需要根据动态的条件来对数据 阅读全文
posted @ 2020-08-17 16:30 jardeng 阅读(4077) 评论(0) 推荐(0) 编辑
摘要: 代码 public void Test() { #region 初始化数据 /* 数据 张三 语文 34.00 张三 数学 58.00 张三 英语 61.00 李四 语文 45.00 李四 数学 87.00 李四 英语 74.00 王五 语文 68.50 王六 数学 83.50 宋王 数学 75.5 阅读全文
posted @ 2020-08-17 15:46 jardeng 阅读(6327) 评论(0) 推荐(0) 编辑