A.實(shí)現(xiàn)DispatchAction.Bean需要實(shí)現(xiàn)org.apache.struts.actions.DispatchAction接口
B.DispatchAction.Bean中不需要定義execute方法
C.配置DispatchAction.Bean與配置普通Action.Bean沒(méi)有區(qū)別
D.可通過(guò)http://localhost:8080/app/da.do直接訪問(wèn)DispatchAction
A.
B.
C.
D.