摘要: 常用API-2 public static void main(String[] args) { Integer i1 = new Integer(123);//已过时 System.out.println(i1); /* 静态方法获取对象: public static Integer valueO 阅读全文
posted @ 2023-02-10 11:10 大宝贝94106 阅读(30) 评论(0) 推荐(0)