摘要: 点击查看代码 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static vo 阅读全文
posted @ 2025-08-30 14:09 双Mz 阅读(2) 评论(0) 推荐(0)
摘要: 点击查看代码 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { public struct Person { pu 阅读全文
posted @ 2025-08-30 13:54 双Mz 阅读(2) 评论(0) 推荐(0)
摘要: 点击查看代码 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { public enum Gender { 男, 女 阅读全文
posted @ 2025-08-30 09:47 双Mz 阅读(2) 评论(0) 推荐(0)
摘要: 点击查看代码 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static vo 阅读全文
posted @ 2025-08-30 09:32 双Mz 阅读(2) 评论(0) 推荐(0)