⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 notepage.jsp

📁 java web开发宝典源代码
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ include file="/view/setBasePath.jsp" %>
<%
  String pageinfo=(String)session.getAttribute("pageinfo");
  String pagelink=(String)session.getAttribute("pagelink");
  if(pageinfo==null)
	  pageinfo="";
  if(pagelink==null)
	  pagelink="";
%>
<html>
<head>
  <title>搜索留言</title>
  <base href="<%=basePath%>">
</head>
<body>
  <table border="0" width="784" height="15" cellspacing="0" bordercolor="lightgrey" bordercolorlight="lightgrey" bordercolordark="white" rules="rows">
    <tr>
        <td align="center" width="60%"><%=pageinfo %></td>
        <td align="center" width="40%"><%=pagelink %></td>
    </tr>
  </table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -