?? makesureremovequestionform.java
字號:
package org.mmxbb.exam.business.paper;import org.apache.struts.action.*;import javax.servlet.http.*;public class MakeSureRemoveQuestionForm extends ActionForm { private String e_id; public ActionErrors validate(ActionMapping actionMapping, HttpServletRequest httpServletRequest) { /**@todo: finish this method, this is just the skeleton.*/ return null; } public void reset(ActionMapping actionMapping, HttpServletRequest httpServletRequest) { } public String getE_id() { return e_id; } public void setE_id(String e_id) { this.e_id = e_id; }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -