java生成1到100的随机数,并挨次放入一个整数数组中packagecom.ane.test;importjava.util.Random;publicclassTest{publicstaticv...