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

📄 index.jsp~1~

📁 Spring +Web 的完整 MyEclipse 项目源码,使用者可以作为入门材料可以在此基础上深入学习
💻 JSP~1~
字号:

<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>


<html:html xhtml="true" locale="true">
<head>
<title>samples for chapter tiles</title>
</head>

<body>
  <div align=center>
    <table cellspacing="1" cellpadding="0" width="770"  border="0">
      <tbody>
 <tr>

           <!--header-->
           <%@include file="header.jsp"%>
           <!--<jsp:include page="header.jsp" flush="true"/>-->


</tr>

        <TR>
          <TD vAlign=top width="30%" height="200">
            <%@include file="menu.jsp"%>
          </td>
          <td vAlign=top width="70%" height="200">

            <%@include file="content_index.jsp"%>

          </td>
        </tr>
      </tbody>
    </table>
      <!--footer.jsp-->
     <%@include file="footer.jsp"%>


  </div>
</body>

</html:html>

⌨️ 快捷键说明

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