2024年5月29日

摘要: System系统类,主要用于获取系统的属性数据和其他操作,构造方法是私有的。 public class Demo01 { public static void main(String[] args) { //方法1.arraycopy:数组的复制 //1.src:源数组 //2.srcPos:从哪个 阅读全文
posted @ 2024-05-29 18:59 anonymity。 阅读(4) 评论(0) 推荐(0) 编辑
 
摘要: public class Demo01 { public static void main(String[] args) { //创建一个Calendar对象 Calendar calendar =Calendar.getInstance(); //打印目前时间 System.out.println 阅读全文
posted @ 2024-05-29 12:53 anonymity。 阅读(4) 评论(0) 推荐(0) 编辑