摘要: 直接访问数组每一个数 1 using System; 2 namespace ArrayApplication 3 { 4 class MyArray 5 { 6 static void Main(string[] args) 7 { 8 int[] n = new int[10]; 9 int i 阅读全文
posted @ 2021-09-17 00:18 welasss 阅读(39) 评论(0) 推荐(0)