摘要: list = list .OrderBy(a => Array.IndexOf(new int[] { 2, 1, 3 }, a.Status)).ToList(); 阅读全文
posted @ 2021-12-27 18:11 Allen_666 阅读(451) 评论(0) 推荐(0)