欢迎来到萧静默的博客

书山有路勤为径,学海无涯苦作舟。
摘要: using System; namespace class1 { class program { static void Main(string[] args) { int[][] arry = new int[2][];//这里的行必须定义好,但是列可以不定义好 arry[0] = new int 阅读全文
posted @ 2019-11-07 17:17 萧静默 阅读(1494) 评论(3) 推荐(0) 编辑
摘要: using System; namespace ConsoleApp3 { struct WuGong { public string Name; public int Attack; } class Program { static void Main(string[] args) { WuGon 阅读全文
posted @ 2019-11-07 15:12 萧静默 阅读(864) 评论(0) 推荐(0) 编辑