你没设置为1,result属于类的成员变量,你用的idea,使用alt+insert,在method1类中添加get/set方法。对method对象进行set操作。你的写法不是java的语法习惯,可以多看看别人的例子。