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

📄 main.jsp

📁 spring的源代码
💻 JSP
字号:
<%@ taglib prefix="tiles" uri="http://jakarta.apache.org/struts/tags-tiles" %>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>

<html>
	<head>
		<link rel="stylesheet" type="text/css" href="styles.css"/>
		<title><fmt:message key="title"/></title>
	</head>
	<body>
		<table width="100%" border="0">
			<tr>
				<td colspan="2"><h1><spring:message code="title"/></h1></td>
			</tr>
			<tr>
				<td class="menu" colspan="2"><a href="index.html">home</a> | <a href="about.html">about</a> | <a href="contact.html">contact</a></tD>
			</tr>
			<tr>
				<td width="70%" valign="top">
					<tiles:insert name="content"/>
				</td>
				<td valign="top">
					<tiles:insert name="newsOne"/>
					<tiles:insert name="newsTwo"/>
				</td>
			</tr>
		</table>
	</body>
</html>
				
				

⌨️ 快捷键说明

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