📄 message.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-logic" prefix="logic" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
<title>友情提示</title>
<base href="<%=basePath%>">
<link style="text/css" rel="stylesheet" href="css/style.css">
</head>
<body bgcolor="#F9FDFF">
<center>
<table border="0" width="325" height="223" cellpadding="0" cellspacing="0" style="margin-top:150">
<tr>
<td align="center" background="images/login/mess.gif">
<html:errors/>
<logic:present name="message">
<bean:write name="message" filter="false"/>
</logic:present>
<br><br>
<a href="javascript:window.history.go(-1)">返回</a>
</td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -