Java常用代码 2020-11-19 | 编程 | reads 反射读取private对象 1 Clazz cls = (Clazz) FieldUtils.readField(instance, "field_name", true); java