摘要:
1.ArrayList序列从36位数中,随机抽取7位数,其中7位数不能重复,并排序 public class Gty { public static void main(String[] args) { Random rd = new Random(); ArrayList arr = new ArrayList(); // System.out.prin... 阅读全文
posted @ 2018-01-11 11:41
凯迪威
阅读(3437)
评论(0)
推荐(0)
浙公网安备 33010602011771号