摘要: //随机生成1000个整数public class Test07 { public static void main(String[] args) {for(int i=0;i<1000;i++){ int min = 2; // 定义随机数的最小值 int max = 102; // 定义随机数的 阅读全文
posted @ 2022-09-20 18:30 十乂 阅读(17) 评论(0) 推荐(0)