赞
踩
public class ShuoZuYunSuan { public static void main(String[] args) { //定义数组 int[] arr = new int[10]; //赋值随机数 for(int i=0;i<arr.length;i++)<