摘要: 数组: 必须规定类型,规定长度 1.定义 int[] i = new int[5]; int[] j = new int[] { 1, 2, 3, 4, 5 }; string[] k = new string[] { "a", "b", "c", "d", "e" }; 2.数组的遍历 Conso 阅读全文
posted @ 2017-11-06 10:54 我勒个去YCQ 阅读(242) 评论(0) 推荐(0) 编辑