摘要:
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
萧静默
阅读(1510)
评论(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
萧静默
阅读(869)
评论(0)
推荐(0)

浙公网安备 33010602011771号