摘要: Code namespace ConsoleApp { public class Cat { public string Name1 { get; set; } = "mimi"; public string Name2 = "mimi"; public string Name3 { get { r 阅读全文
posted @ 2024-05-10 15:44 talentzemin 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2024.cnblogs.com/blog/474029/202405/474029-20240510103956514-551748080.png) ![](https://img2024.cnblogs.com/blog/474029/202405/474029-20240510104133927-1289689619.png) ![](https://img20 阅读全文
posted @ 2024-05-10 11:02 talentzemin 阅读(1) 评论(0) 推荐(0) 编辑
摘要: using System; namespace ConsoleApp { public class Program { public static void Main(string[] args) { var hz = new[] { 392, 392, 440, 392, 523, 494, 39 阅读全文
posted @ 2024-05-10 10:18 talentzemin 阅读(5) 评论(0) 推荐(0) 编辑