摘要: 返回目录:目录请戳这里~ C#数组 基本概念不提。。 int[] a; bool[] b = new bool[10]; float[] c = {0.5, 57.0, 233.3, 12345.67 }; double[] d = new double[/*3*/]{233.33, 1926.08 阅读全文
posted @ 2017-08-15 17:25 Enzymii 阅读(100) 评论(0) 推荐(0) 编辑