Random num = new Random(); int start = 1; int end = 100; for (int j = start; j < end; j++) { j=num.Next(start, end); }
相关分类