摘要: 1 public static void main(String[] args) { 2 3 Random r=new Random(); 4 int arr[]=new int[6]; 5 for(int i=0;i<6;i++) 6 { 7 arr[i]=r.nextInt(36); 8 for 阅读全文
posted @ 2016-05-11 15:00 周帝 阅读(283) 评论(0) 推荐(0) 编辑