当前位置:主页 > 软件编程 > JAVA代码 >
时间:2020-10-15 23:18:29 | 栏目:JAVA代码 | 点击:次
直接调用Math里面的random即可,简单方便
int i = (int)(Math.random()*100+1);