?? makesurestopexamtestpaperaction.java
字號:
package org.mmxbb.exam.business.program;import org.apache.struts.action.*;import javax.servlet.http.*;public class MakeSureStopExamTestPaperAction extends Action { public ActionForward execute(ActionMapping actionMapping, ActionForm actionForm, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) { MakeSureStopExamTestPaperActionForm makeSureStopExamTestPaperActionForm = (MakeSureStopExamTestPaperActionForm) actionForm; String e_id = httpServletRequest.getParameter("e_id"); makeSureStopExamTestPaperActionForm.setE_id(e_id); /**@todo: complete the business logic here, this is just a skeleton.*/ return actionMapping.findForward("makesurestopexamtestpaper"); }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -