index.jsp~2~
来自「Spring +Web 的完整 MyEclipse 项目源码,使用者可以作为入门」· JSP~2~ 代码 · 共 43 行
JSP~2~
43 行
<%@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>
<td width="100%" height=71>
<!--header-->
<%@include file="header.jsp"%>
<!--<jsp:include page="header.jsp" flush="true"/>-->
<td>
</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 + =
减小字号Ctrl + -
显示快捷键?