摘要:
这边以Sum为例,Max,Min,Average用法类似 一、 Array static void SumArray() { Console.WriteLine("SumArray:"); int[] intNumbers = new int[] { 10, 30, 50, 40, 60, 20, 阅读全文
posted @ 2022-08-26 17:59
katesharing
阅读(43)
评论(0)
推荐(0)
摘要:
一、数据准备 public class Student { public int ID { get; set; } public string Name { get; set; } public string Gender { get; set; } public string Branch { g 阅读全文
posted @ 2022-08-26 17:13
katesharing
阅读(39)
评论(0)
推荐(0)
摘要:
一、数据准备 public class Student { public int ID { get; set; } public string Name { get; set; } public string Gender { get; set; } public string Branch { g 阅读全文
posted @ 2022-08-26 17:06
katesharing
阅读(53)
评论(0)
推荐(0)