📄 quit.jsp
字号:
<%@ page language="java" import="java.util.*" contentType="text/html; charset=GBK"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'ThankYou.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
退出系统提示界面
-->
<script type="text/javascript">
function back(){
history.go(-1);
}
</script>
<link href="<%=request.getContextPath()%>/style/stylet.css"
rel="stylesheet" type="text/css">
</head>
<body bgcolor="#c9d3e9">
<div id="quitbox">
<div id="quitimg"><img src="images/project_jifen.jpg"></div>
<div id="quit1">
<div id="quitword">感谢使用本系统,您真的要退出吗?</div>
<div id="quit2">
<input type="button" class="tb_top_quit" value="返回操作" onClick="back()">
</div>
<div id="quit3">
<input type="button" class="tb_top_quit" value="安全退出" onClick="location.replace('ChinaMobileServlet?flag=quit')">
</div>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -