摘要:
##test public class Test { public static void main(String[] args) { ChildFirst<String> childFirst = new ChildFirst<>(); childFirst.setValue("abc"); St 阅读全文
摘要:
import java.lang.annotation.ElementType; public class Demo02 { public static void main(String[] args) { Class c1 = Object.class; //类 Class c2 = Compar 阅读全文
摘要:
public class Demo01 { public static void main(String[] args) throws Exception { Person person = new Student(); System.out.println("这个人是" + person.name 阅读全文