📄 paymethod_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class payMethod_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=UTF-8");
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><HEAD><TITLE>Shopping Online</TITLE>\r\n");
out.write("<META http-equiv=Content-Type content=\"text/html; charset=UTF-8\"><LINK \r\n");
out.write("href=\"images/css.css\" type=text/css rel=stylesheet>\r\n");
out.write("</HEAD>\r\n");
out.write("<BODY leftMargin=0 topMargin=0 >\r\n");
out.write("<DIV align=center>\r\n");
out.write("<CENTER>\r\n");
out.write("<TABLE style=\"BORDER-COLLAPSE: collapse\" cellSpacing=0 cellPadding=0 width=600 \r\n");
out.write("border=0 bgcolor=\"#DBC2B0\">\r\n");
out.write(" <TBODY>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD width=\"100%\" height=25>\r\n");
out.write(" <p align=\"center\">货款支付方式</b></p>\r\n");
out.write(" </TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD width=\"100%\" bgColor=#FFFFFF height=25>\r\n");
out.write(" </TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD bgColor=#FFFFFF height=2>\r\n");
out.write(" <TABLE height=\"100%\" cellSpacing=1 cellPadding=0 width=\"100%\" border=0>\r\n");
out.write(" <TBODY>\r\n");
out.write(" <tr>\r\n");
out.write(" <TD align=middle height=18>\r\n");
out.write(" <P>货 到 付 款 方 式</P></TD> \r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <TD borderColor=#c0c0c0 height=50>邮 政 汇 款</TD> \r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <TD height=86>收款地址:中关村科技园区<BR><BR>收款人: \r\n");
out.write(" 张先生<BR><BR>邮政编码:100085<BR><BR></TD>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <TD height=52>银 行 汇 款</TD> \r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <TD \r\n");
out.write(" height=128>银行:招商银行一卡通<BR><BR>帐号:xxxxxxxxxxx<BR><BR>户名:张飞<BR><BR>请选择最适合您的付款方式,汇款后及时通过电话010-82622266或<A \r\n");
out.write(" href=\"mailto:webmaster@shoppingOnline.cn\">电子邮件</A>通知我们以便及时发货...</TD>\r\n");
out.write(" </tr>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD align=middle>\r\n");
out.write(" <p align=\"center\"><BR>\r\n");
out.write(" </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></CENTER></DIV>\r\n");
out.write("<HR width=778 color=#dbc2b0 SIZE=1>\r\n");
out.write("\r\n");
out.write("</BODY></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 + -