赞
踩
package my;
import java.util.Random;
public class HolleWorld
{
public static void main(String[] args)
{
// TODO Auto-generated method stub
Random rand=new Random();
for(int i=0;i<3;i++)
{
int s=rand.nextInt(100);
System.out.println("生成随机数为 :"+s);
}
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。