摘要:
1.编写一个随机生成 10个 0(包括) 到 100 之间的随机正整数。 import java.util.Random; public class test1 { public static void main(String[] args) { Random r = new Random(); f 阅读全文
posted @ 2020-05-28 12:23
计算机小Inati
阅读(125)
评论(0)
推荐(0)
浙公网安备 33010602011771号