摘要: 1 public class Random200_300 { 2 public static void main(String[] args) { 3 int r1 = 0; 4 while (true) { 5 r1 = (int)(Math.random() * 10) * 10 + 200; 6 ... 阅读全文
posted @ 2018-10-26 10:38 heismk 阅读(3082) 评论(0) 推荐(1) 编辑