struts控制器中使用new ActionForward和mapping.findForward的区别
struts控制器中使用newActionForward和mapping.findForward的区别request.setAttribute("list",newInteger(0));returnnewActionForward("/success.jsp");request.setAttribute("list",newInteger(0));returnmapping.findForwar