多项选择题
A.path B.type C.name D.input
A.name B.attribute C.scope D.path
A.return"show.jsp" B.return"show" C.returnmapping.findForward("show") D.returnmapping.findForward("show.jsp")
对于以下代码,HelloAction希望把请求转发给hello.jsp,在HelloAction的execute方法中如何实现()
A.return(newActionForward(mapping.getInput())) B.return(mapping.findForward(”SayHello”)) C.return(mapping.findForward(“hello.jsp”)) D.return(mapping.findForward(“/hello.jsp”))
微信扫一扫,加关注免费搜题