📄 success.jsp
字号:
<!--function:操作成功页面
author:bao
-->
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
<title>操作成功</title>
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta http-equiv="expires" content="Wed, 26 Feb 1970 08:21:57 GMT" />
<script language="javascript" type="text/javascript">
function returnPage(){
setTimeout("window.location.href='<%=path%>/${goto}&CMD=${CMD}¤tpage=${currentpage}'", 1000);
}
</script>
</head>
<body onload="returnPage();">
<b>${result}成功!</b> 3秒钟返回显示页<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -