标签:
ublic class 随机数 { public static void main(String[] args) { for(int s=1;s<=7;s++){ int x=(int)(Math.random()*36); if(x!=0){ System.out.print(" "+x); } } } }
彩票随机数代码
原文地址:http://www.cnblogs.com/doubiqi/p/5024141.html