摘要: import java.lang.annotation.ElementType; public class Demo02 { public static void main(String[] args) { Class c1 = Object.class; //类 Class c2 = Compar 阅读全文
posted @ 2022-02-25 16:03 小幼虫虫 阅读(69) 评论(0) 推荐(0)
摘要: public class Demo01 { public static void main(String[] args) throws Exception { Person person = new Student(); System.out.println("这个人是" + person.name 阅读全文
posted @ 2022-02-25 15:34 小幼虫虫 阅读(55) 评论(0) 推荐(0)