02 2023 档案

摘要:集合 Collection接口:List Set两系列 public class CollectionDemo1 { public static void main(String[] args) { //1.List系列 有序 可重复 有索引 Collection list=new ArrayLis 阅读全文
posted @ 2023-02-04 20:09 NIka_mt 阅读(33) 评论(0) 推荐(0)
摘要:日期时间 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 阅读全文
posted @ 2023-02-03 15:30 NIka_mt 阅读(23) 评论(0) 推荐(0)