摘要: 一,把两个数组里面的数,转换成一个int类型 并合并在一起//int[] shu = new int[] { 1, 2, 3 }; //int[] zu = new int[] { 4, 5, 6 }; //string[] a = new string[shu.Length + zu.Length... 阅读全文
posted @ 2015-09-20 09:05 jlhea 阅读(95) 评论(0) 推荐(0) 编辑
摘要: while (true) { int[] shuzu = new int[7]; Random r = new Random();for (int i = 0; i < 6; i++) { shuzu[i] = r.Next(1, 32);bool isok = false; for (int j ... 阅读全文
posted @ 2015-09-20 09:00 jlhea 阅读(134) 评论(0) 推荐(0) 编辑