📄 template.jsp
字号:
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<html>
<body>
<table width="80%" height="80%" bordercolor="#ffddff">
<tr height="15%" bgcolor="#ddbbcc" >
<td>
<tiles:insert attribute="header"/>
</td>
</tr>
<tr height="50%" bgcolor="#ffaaaa" >
<td>
<tiles:insert attribute="content"/>
</td>
</tr>
<tr height="15%" bgcolor="#ccccff" >
<td>
<tiles:insert attribute="footer"/>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -