反射获取不到父类的字段 1、getDeclaredFields()无法获取到父类的字段,可以获取protected,private修饰的字段。 2、getFields()能获取到父类的字段,无法获取到除public修饰以外的字段。