java 输出10个1到100随机数
public class suiji{ static int[] arr; public static void main(String[] args){ arr=new int[10]; Sys