随机数

//随机数
Random r=new Random();
//0-9随机
r.nextInt(10);
//输出随机数
//0-(10-1);
最后修改:2023 年 05 月 04 日
如果觉得我的文章对你有用,请随意赞赏