📄 page_0002ejsp_jsp.java
字号:
package jsp.information.queryInformation;
import com.domain.KhxxForm;
import com.tool.Chinese;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class page_0002ejsp_jsp extends HttpJspBase {
static {
}
public page_0002ejsp_jsp( ) {
}
private static boolean _jspx_inited = false;
public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
}
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;
String _value = null;
try {
if (_jspx_inited == false) {
synchronized (this) {
if (_jspx_inited == false) {
_jspx_init();
_jspx_inited = true;
}
}
}
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/jsp/information/queryInformation/page.jsp";from=(0,50);to=(1,0)]
out.write("\r\n");
// end
// HTML // begin [file="/jsp/information/queryInformation/page.jsp";from=(1,39);to=(2,0)]
out.write("\r\n");
// end
// HTML // begin [file="/jsp/information/queryInformation/page.jsp";from=(2,36);to=(3,0)]
out.write("\r\n");
// end
// begin [file="/jsp/information/queryInformation/page.jsp";from=(3,2);to=(3,53)]
KhxxForm form=(KhxxForm)session.getAttribute("aa");
// end
// HTML // begin [file="/jsp/information/queryInformation/page.jsp";from=(3,55);to=(21,50)]
out.write("\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<style type=\"text/css\">\r\n<!--\r\nbody {\r\n\tbackground-color: #000000;\r\n\tmargin-left: 0px;\r\n\tmargin-top: 0px;\r\n}\r\ntd{\r\nfont-size:9pt;\r\n}\r\n-->\r\n</style>\r\n<table width=\"542\" height=\"231\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" bgcolor=\"#999999\">\r\n <tr>\r\n <td><table width=\"542\" height=\"231\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\">\r\n <tr bgcolor=\"#FFFFFF\">\r\n <td height=\"23\" colspan=\"3\" valign=\"top\"> ");
// end
// begin [file="/jsp/information/queryInformation/page.jsp";from=(21,53);to=(21,72)]
out.print(form.getKhxx_gsyb());
// end
// HTML // begin [file="/jsp/information/queryInformation/page.jsp";from=(21,74);to=(25,24)]
out.write("</td>\r\n </tr>\r\n <tr bgcolor=\"#FFFFFF\">\r\n <td height=\"26\" align=\"center\"> </td>\r\n <td colspan=\"2\">");
// end
// begin [file="/jsp/information/queryInformation/page.jsp";from=(25,27);to=(25,46)]
out.print(form.getKhxx_qydz());
// end
// HTML // begin [file="/jsp/information/queryInformation/page.jsp";from=(25,48);to=(28,51)]
out.write("</td>\r\n </tr>\r\n <tr bgcolor=\"#FFFFFF\">\r\n <td height=\"95\" colspan=\"3\" align=\"center\">");
// end
// begin [file="/jsp/information/queryInformation/page.jsp";from=(28,54);to=(28,72)]
out.print(form.getKhxx_lxr());
// end
// HTML // begin [file="/jsp/information/queryInformation/page.jsp";from=(28,74);to=(33,24)]
out.write("(收) </td>\r\n </tr>\r\n <tr bgcolor=\"#FFFFFF\">\r\n <td width=\"21%\" height=\"28\"> </td>\r\n <td width=\"9%\"> </td>\r\n <td width=\"70%\">");
// end
// begin [file="/jsp/information/queryInformation/page.jsp";from=(33,27);to=(33,71)]
out.print(Chinese.str(request.getParameter("address")));
// end
// HTML // begin [file="/jsp/information/queryInformation/page.jsp";from=(33,73);to=(36,36)]
out.write("</td>\r\n </tr>\r\n <tr align=\"right\" bgcolor=\"#FFFFFF\">\r\n <td height=\"32\" colspan=\"3\">");
// end
// begin [file="/jsp/information/queryInformation/page.jsp";from=(36,39);to=(36,73)]
out.print(request.getParameter("mailNumber"));
// end
// HTML // begin [file="/jsp/information/queryInformation/page.jsp";from=(36,75);to=(41,0)]
out.write(" </td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n");
// end
} catch (Throwable t) {
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 + -