随机数 作者: TongHui 时间: 2021-03-12 分类: JAVA,JAVA基础 随机数//随机数 Random r=new Random(); //0-9随机 r.nextInt(10); //输出随机数 //0-(10-1); 标签: JAVA基础