摘要: 反射机制 class的实例化 public class ReflectionTest { //反射之前,对于Person的操作 @Test public void test1() { //1.创建Person类的对象 Person p1 = new Person("Tom", 12); //2.通过 阅读全文
posted @ 2021-02-22 16:41 伟成李 阅读(41) 评论(0) 推荐(0)