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

📄 index.jsp~28~

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

<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ page contentType="text/html; charset=GBK" %>

<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 + -