?? success.jsp
字號:
<%@ page language="java" pageEncoding="gbk"%>
<%@ 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" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<html:html lang="true">
<head>
<html:base />
<title>success.jsp</title>
</head>
<body><br><br><br>
<br><br>
<table align=center><tr><td>
<img src="img/qq1.gif" />
<h2><bean:message key="error.success"/></h2>
</td></tr></table>
<h3 align=center><html:link page="/welcome.jsp">返回主頁面</html:link></h3>
<html:link action="/selectProduct"><font color=red>查看商品信息</font></html:link>
<html:link action="/selectUser"><font color=red>添加管理員信息</font></html:link>
</body>
</html:html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -