List<Report> list=Report.FindAllbyClassID(id); if (list !=null && list.Count>) { list.Sort(delegate(Report x,Report y){return x.Sort-y.Sort;}) }
2022-05-08 07:45:37
List<Report> list=Report.FindAllbyClassID(id); if (list !=null && list.Count>) { list.Sort(delegate(Report x,Report y){return x.Sort-y.Sort;}) }
下一篇:1046 划拳 (C++)