?? examgoal_jsp.java
字號:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class ExamGoal_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=GBK");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("</head>\r\n");
out.write("\r\n");
out.write("<body bgcolor=\"#ffffc0\">\r\n");
out.write("<h1 align=\"center\">\r\n");
out.write("數學知識測試\r\n");
out.write("</h1>\r\n");
out.write("<form method=\"post\" action=\"ShowResult.jsp\">\r\n");
out.write("</form>\r\n");
out.write("<table width=\"418\" border=\"1\" align=\"center\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td colspan=\"5\">(1) 1+1=1</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"23\"> </td>\r\n");
out.write(" <td width=\"69\">\r\n");
out.write("<input type=\"radio\" name=\"ONE\" value=\"A\">\r\n");
out.write("\tA.對\t</td>\r\n");
out.write(" <td width=\"80\"><input type=\"radio\" name=\"ONE\" value=\"B\">\r\n");
out.write("B.錯</td>\r\n");
out.write(" <td width=\"90\"><input type=\"radio\" name=\"ONE\" value=\"C\">\r\n");
out.write("C.不清楚 </td>\r\n");
out.write(" <td width=\"122\"><input type=\"radio\" name=\"ONE\" value=\"D\">\r\n");
out.write(" D.不知道</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td colspan=\"5\">(2) 100/0=?</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td> </td>\r\n");
out.write(" <td><input type=\"radio\" name=\"TWO\" value=\"A\">\r\n");
out.write("A. 0 </td>\r\n");
out.write(" <td><input type=\"radio\" name=\"TWO\" value=\"B\">\r\n");
out.write("B.100 </td>\r\n");
out.write(" <td><input type=\"radio\" name=\"TWO\" value=\"C\">\r\n");
out.write("C.1 </td>\r\n");
out.write(" <td><input type=\"radio\" name=\"TWO\" value=\"D\">\r\n");
out.write(" D.-1</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td colspan=\"5\">(3) !5=?</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td> </td>\r\n");
out.write(" <td><input type=\"radio\" name=\"THREE\" value=\"A\">\r\n");
out.write("A. 5 </td>\r\n");
out.write(" <td><input type=\"radio\" name=\"THREE\" value=\"B\">\r\n");
out.write("B.100 </td>\r\n");
out.write(" <td><input type=\"radio\" name=\"THREE\" value=\"C\">\r\n");
out.write("C.120 </td>\r\n");
out.write(" <td><input type=\"radio\" name=\"THREE\" value=\"D\">\r\n");
out.write("D.110</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td colspan=\"5\">(4) 1+2+...+100=?</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td> </td>\r\n");
out.write(" <td><input type=\"radio\" name=\"FOUR\" value=\"A\">\r\n");
out.write(" A.5050</td>\r\n");
out.write(" <td><input type=\"radio\" name=\"FOUR\" value=\"B\">\r\n");
out.write(" B.5005</td>\r\n");
out.write(" <td><input type=\"radio\" name=\"FOUR\" value=\"C\">\r\n");
out.write(" C.5500</td>\r\n");
out.write(" <td><input type=\"radio\" name=\"FOUR\" value=\"D\">\r\n");
out.write(" D.5550</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td colspan=\"5\">(5) 1*2*3*4*5=?</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td> </td>\r\n");
out.write(" <td><input type=\"radio\" name=\"FIVE\" value=\"A\">\r\n");
out.write(" A.100</td>\r\n");
out.write(" <td><input type=\"radio\" name=\"FIVE\" value=\"B\">\r\n");
out.write(" B.120</td>\r\n");
out.write(" <td><input type=\"radio\" name=\"FIVE\" value=\"C\">\r\n");
out.write(" C.110</td>\r\n");
out.write(" <td><input type=\"radio\" name=\"FIVE\" value=\"D\">\r\n");
out.write(" D.130</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td colspan=\"5\" align=\"center\">\r\n");
out.write(" <input type=\"submit\" name=\"Submit\" value=\"提交\">\r\n");
out.write(" <input type=\"reset\" name=\"Reset\" value=\"重置\"></td>\r\n");
out.write(" </tr>\r\n");
out.write("</table>\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -