paynext.jsp
来自「一个基于java工厂模式的 的实现」· JSP 代码 · 共 38 行
JSP
38 行
<%@page contentType="text/html" pageEncoding="gb2312"%><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>支付指令已经提交</title> </head> <body> <table border="0" width="70%" height=100% cellpadding="1" cellspacing="1" align="center"> <TR> <TD colspan="2"> <jsp:include page="../includes/head.jsp"/> </td> </TR> <tr height=50> <td colspan="2"> </td> </tr> <TR> <TD width="150" valign="top"> <jsp:include page="left.html"/> </TD> <TD align="center" height="100%" valign="top" WIDTH="90%"> <h2> <span style= "FONT-SIZE: x-samll color:red; FONT-WEIGHT: bold">已经将你的支付指令转发到指定银行</span> </h2> </TD> </TR> <tr valign="top" height=20 align="center"> <td colspan="2" align="center"> <jsp:include page="../includes/foot.jsp"/> </td> </tr> </TABLE> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?