摘要: 1 public int[] GetNoRepeatArrayy(int arrLength) 2 { 3 int[] array = new int[arrLength]; 4 IList<int> list = new List<int>(); 5 //准备不重复的数据 6 for (int i 阅读全文
posted @ 2016-02-20 18:04 兴趣就是天赋 阅读(1081) 评论(0) 推荐(0)