数组内容为随机1~7,不重复

package test;

public class test {
	static int[] hanshu(int[] b,int n)
	{
		for(int i = n;n


 
  

你可能感兴趣的:(数组内容为随机1~7,不重复)