摘要: 1.编写一个随机生成 10个 0(包括) 到 100 之间的随机正整数。 public class test { public static void main(String[] args) { Random r = new Random(); for(int i = 0; i< 10; i++ ) 阅读全文
posted @ 2020-05-29 09:25 纪明 阅读(102) 评论(0) 推荐(0) 编辑