摘要: 反射是框架灵魂的起源 反射是通过字节码文件(.class)获得类中的属性、方法、构造方法 使用到的Person类 1 public class Person { 2 private String name; 3 protected int age; 4 String sex; 5 public St 阅读全文
posted @ 2021-01-17 20:40 阿水弟弟 阅读(85) 评论(0) 推荐(0)