spring中的注解相关解释 Spring在Action上面注解@Scope("prototype")表示每次接收一个请求创建一个Action对象.@Scope("singleton")单例模式,表示很多请求公用一个Action