classiclayout.jsp

来自「网上购物系统struts+spring+hibernate实现」· JSP 代码 · 共 22 行

JSP
22
字号
<%@ page contentType="text/html;charset=gb2312" pageEncoding="GB18030"%><%@ taglib prefix="tiles" uri="http://struts.apache.org/tags-tiles" %><html>	<head>		<title><tiles:getAsString name="title"/></title>	</head>	<body>		<table width="85%" bgcolor="#000000" cellspacing="1" cellpadding="1" align="center">			<tr bgcolor="#FFDD66">				<td colspan="2"><tiles:insert attribute="header"/></td>			</tr>			<tr bgcolor="#FFDD66">				<td width="15%" height="80%"><tiles:insert attribute="menu"/></td>				<td width="85% height="80%"><tiles:insert attribute="content"/></td>			</tr>			<tr bgcolor="#FFDD66">				<td colspan="2"><tiles:insert attribute="footer"/></td>			</tr>		</table>		</body></html>

⌨️ 快捷键说明

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