2023年1月2日
摘要: System类 System系统类,主要用于获取系统的属性数据和其他操作,构造方法私有的。 arraycopy方法 public class SystemDemo { public static void main(String[] args) { //arraycopy:数组的复制 //Syste 阅读全文
posted @ 2023-01-02 21:00 小宇不会编程 阅读(23) 评论(0) 推荐(0)