摘要: using System; namespace ConsoleApp3 { class TestClass { static void Main(string[] args) { int[] int_arrArray = new int[10] { 0, 1, 2, 3, 4, 5, 6, 7, 8 阅读全文
posted @ 2022-10-24 12:00 SairenjiHaruna 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 主程序 namespace ConsoleApp1 { internal class Program { static void Main(string[] args) { Console.WriteLine("Hello, World!"); Console.ReadKey(); } } } 判断 阅读全文
posted @ 2022-10-24 10:12 SairenjiHaruna 阅读(268) 评论(0) 推荐(0) 编辑