📄 success.jsp
字号:
<%@ page language="java" contentType="text/html; charset=UTF-8"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html:html>
<head>
<link rel="stylesheet" type="text/css" href="/strutsCase/jsp/css.css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
<center>
<table cellpadding="0" cellspacing="1" width="500" bgcolor="#330066">
<tr class="tr_title"><td><b><bean:message key="success.title"/></b></td></tr>
<tr class="tr_content" align="center" height="20">
<td colspan="2" valign="middle">
<h2>
<b><bean:message key="success.hello"/></b>
<logic:notEmpty name="inputname">
<bean:write name="inputname"/>
</logic:notEmpty>
<b><bean:message key="success.welcome"/></b>
</h2>
</td>
</tr>
</table>
</center>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -