A.struts1要求Action類繼承struts1框架中的Action父類,struts2中則不一定需要繼承,可以是POJO類 B.struts1中的Action不是線程安全的,而struts2中的Action是線程安全的 C.struts1和struts2中都使用ActionForm對象封裝用戶的請求數(shù)據(jù) D.struts1使用OGNL表達式語言來支持頁面效果,struts2通過ValueStack技術使標簽庫訪問值
A.package B.action C.form-beans D.action-mappings
A.struts2控制器組件 B.struts2配置文件 C.FilterDispathcer D.Action