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

📄 banner.jsp

📁 网上书店代码实现文件的上传下载功能购书管理书的功能
💻 JSP
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<%@ taglib prefix="c" uri="/WEB-INF/tlds/c.tld" %>
<%@ page isELIgnored="false"%>
<html>
<head>
<title>网上书店</title>
</head>
<body>
<p align="center">
<table border="0" cellpadding="0" cellspacing="0" width="777">
  <tr>
    <td width="209" align="center">
      	<b>
      <font face="&iquest;&not;&Igrave;&aring;_GB2312" size="5" color="#000080">
       </font><u><font face="&iquest;&not;&Igrave;&aring;_GB2312" size="6" color="#000080">&nbsp;网上书店&nbsp;</font></u></b><br>
        <font color="#000080">
      www.ebook.com.cn</font>
      </td>
    <td >
    <img border="0" src="<%=request.getContextPath()%>/img/itren1.gif" width="386" height="60"><img border="0" src="<%=request.getContextPath()%>/img/zhaoshang.gif" width="178" height="60">
    </td>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="777">
  <tr>
    <td>
      <p align="center"><font size="2" color="#000080">
      <a href="<%=request.getContextPath()%>/">网站首页</a>&nbsp;
      <a href="<%=request.getContextPath()%>/newBook.jsp">最近新书</a>
      <a href="<%=request.getContextPath()%>/miniPriceBook.jsp">特价书藉</a>&nbsp;
     <jsp:useBean id="bookTypeOP" scope="page" class="bean.db.bookTypeOPBean"/>
     <c:forEach items="${bookTypeOP.bookTypeArray}" var="bookType">
     	<a href="<%=request.getContextPath()%>/viewTypeBook.jsp?bookTypeId=${bookType.bookTypeId}">
     	<c:out value="${bookType.bookTypeName}"/></a>
     </c:forEach>     
      <a href="<%=request.getContextPath()%>/admin">管理后台</a>&nbsp;
      <a href="user/adduser.jsp">注册用户</a>&nbsp;</font>
    </td>
  </tr>
</table>

⌨️ 快捷键说明

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