📄 head_005fexplain_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class head_005fexplain_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("<title>\r\n");
out.write("head_explain\r\n");
out.write("</title>\r\n");
out.write("</head>\r\n");
out.write("<body bgcolor=\"#ffffff\">\r\n");
out.write("<table width=\"390\" border=\"1\" align=\"center\" cellpadding=\"1\" cellspacing=\"1\" bordercolor=\"#FFFFFF\" bgcolor=\"#66CCFF\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"25\" align=\"center\" bgcolor=\"#FFFFFF\">\r\n");
out.write("\r\n");
out.write("\r\n");
out.write(" <div align=\"left\"><strong>奇幻博客网站客户满意监督中心:</strong></div></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"55\" valign=\"top\" bgcolor=\"#FFFFFF\"> WOLF网站客户满意监督中心为了提供给您更好的服务,WOLF成立了“客户满意监督中心”。希望这样的监督机制进一步提供我们的服务水平!</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"25\" align=\"center\" bgcolor=\"#FFFFFF\"><div align=\"left\"><strong>受理范围:</strong></div></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"61\" valign=\"top\" bgcolor=\"#FFFFFF\"> 在服务及交易过程中员工个人的不正当行为,包括但不限于:服务态度、服务方式、服务时效,以及利用工作之便贪污、受贿、勒索等营私营私的行为。</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"25\" align=\"center\" bgcolor=\"#FFFFFF\"><div align=\"left\"><strong>投诉信箱:</strong></div></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"35\" align=\"center\" bgcolor=\"#FFFFFF\"><div align=\"left\"> *****@****.com</div></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"25\" align=\"center\" bgcolor=\"#FFFFFF\"><div align=\"left\"><strong>投诉传真:</strong></div></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"32\" align=\"center\" bgcolor=\"#FFFFFF\"><div align=\"left\"> (0431)8*****66</div></td>\r\n");
out.write(" </tr>\r\n");
out.write("</table>\r\n");
out.write("\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 + -