📄 addmoney_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class addmoney_jsp extends HttpJspBase {
private static java.util.Vector _jspx_includes;
public java.util.List getIncludes() {
return _jspx_includes;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
javax.servlet.jsp.PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=GBK");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
session.setAttribute("navigation","充值");
out.write("\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("<title>\r\n充值\r\n");
out.write("</title>\r\n");
out.write("</head>\r\n");
out.write("<body bgcolor=\"#ffffff\">\r\n");
out.write("<h1> ");
out.write("</h1>\r\n");
out.write("<form method=\"post\" action=\"\">\r\n");
out.write("<table width=\"335\" border=\"1\" align=\"center\"bordercolor=\"#FF66CC\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td colspan=\"3\" align=\"center\" valign=\"middle\">用户充值");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td align=\"center\">");
out.write("<label>");
out.write("</label>");
out.write("<label>\r\n ");
out.write("<input type=\"radio\" name=\"radiobutton\" value=\"radiobutton\">\r\n 工商");
out.write("</label>");
out.write("</td>\r\n ");
out.write("<td align=\"center\">");
out.write("<input type=\"radio\" name=\"radiobutton\" value=\"radiobutton\">\r\n 农行");
out.write("</td>\r\n ");
out.write("<td align=\"center\">");
out.write("<label>\r\n ");
out.write("<input type=\"radio\" name=\"radiobutton\" value=\"radiobutton\">\r\n 建设");
out.write("</label>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"91\" align=\"center\">银行卡号:");
out.write("</td>\r\n ");
out.write("<td colspan=\"2\">");
out.write("<input type=\"text\" name=\"textfield\" size=\"20\">");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"91\" align=\"center\">银行密码:");
out.write("</td>\r\n ");
out.write("<td colspan=\"2\">");
out.write("<label>\r\n ");
out.write("<input type=\"password\" name=\"textfield2\" size=\"20\">\r\n ");
out.write("</label>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"91\" align=\"center\">充值金额:");
out.write("</td>\r\n ");
out.write("<td colspan=\"2\">");
out.write("<input name=\"price\" type=\"text\" size=\"20\">");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr align=\"center\">\r\n ");
out.write("<td colspan=\"3\">");
out.write("<label>\r\n ");
out.write("<input type=\"submit\" name=\"Submit\" value=\"提交\"> \r\n ");
out.write("<input type=\"reset\" name=\"Submit2\" value=\"重置\">\r\n ");
out.write("</label>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr align=\"center\">\r\n\r\n ");
out.write("<td colspan=\"3\">");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr align=\"center\">\r\n ");
out.write("<td colspan=\"3\">");
out.write("<a href=\"index.jsp\">返回主页");
out.write("</a>");
out.write("</td>\r\n ");
out.write("</tr>\r\n\r\n");
out.write("</table>\r\n");
out.write("<br>");
out.write("<br>\r\n");
out.write("</form>\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
} catch (Throwable t) {
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (pageContext != null) pageContext.handlePageException(t);
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -