这么说其实不规范spring的bean 默认是单例springmvc的controller 默认是单例所以最好不要在controller里定义成员变量都可通过注解 @scope=prototype 来改变