154.-反射-利用Field赋值和获取值__
package com.itheima.myreffect3;import java.lang.reflect.Field;public class RefectDemo2 { public static void main(String[] args) throws ClassNotFoundException, NoSuchFieldException, InstantiationException, IllegalAccessException { //method1.