zhuwansu
  int se = 0, step = 3;
                    var items = typeof(TCloud.Third.SDK.Lazada.Models.Lazada_Store_Country).GetEnumInfo()
                        .OrderByDescending(m => m.Description.Length)
                        .OrderByDescending(m => (se++ % step) * 10 + m.Description.Length)
                        .ToList();

效果

 只适用 三个数

 

分类:

技术点:

相关文章:

  • 2022-02-03
  • 2022-12-23
  • 2022-02-23
  • 2021-12-14
  • 2022-02-08
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-07
  • 2021-10-04
  • 2022-12-23
  • 2022-02-26
相关资源
相似解决方案