摘要: 首先定义一个排序的类:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Demo{ //年龄升序排列 class AgeASC : IComparer { ... 阅读全文
posted @ 2014-11-18 13:28 小A爱吧 阅读(198) 评论(0) 推荐(0) 编辑