02 2023 档案
摘要:集合 Collection接口:List Set两系列 public class CollectionDemo1 { public static void main(String[] args) { //1.List系列 有序 可重复 有索引 Collection list=new ArrayLis
阅读全文
摘要:日期时间 1.Date public class test { public static void main(String[] args) { //1.日期对象 Date d=new Date(); System.out.println(d);//Mon Jan 23 13:19:45 CST 2
阅读全文
浙公网安备 33010602011771号