摘要:
////////////////////////////效果图////////////////////////////////// /////////////////////////////代码部分//////////////////////////////////using System; using System.Drawing; using System.Collections; u... 阅读全文
摘要:
////////////////////////////////////效果图/////////////////////////// ////////////////////////////////////代码////////////////////////////using System; using System.Drawing; using System.Collections; usi... 阅读全文
摘要:
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 阅读全文