📄 index.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 + -