welcome.jsp
来自「the musiccollection struts 1 application」· JSP 代码 · 共 28 行
JSP
28 行
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ include file="taglibs.jsp" %>
<html:html locale="true"/>
<head>
<fmt:setBundle basename="ApplicationResources" />
<title><fmt:message key="login.title"/></title>
</head>
<body>
<table width="100%" height="100%">
<tr valign="top"><td>
<!-- begin the logo for the application -->
<c:import url="logo.jsp" />
</td></tr>
<tr valign="top"><td>
<!-- begin the content for the application -->
<c:import url="welcomeContent.jsp" />
</td></tr>
<tr valign="bottom"><td>
<!-- begin the footer for the application -->
<c:import url="footer.jsp" />
</td></tr>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?