📄 logout.jsp
字号:
<%--*****************************************************
* 天地网络--JSP留言薄 www.tiandinet.com *
* *
* 你可以使用、修改该软件,但请保留该段文字! *
* *
* *
* 作者:天地 *
* 网址:http://www.tiandinet.com *
* 2003年10月 *
*****************************************************--%>
<%@ page contentType="text/html;charset=gb2312" %>
<%
//注销Session
HttpSession mysession = request.getSession();
mysession.removeAttribute("sess_u");
mysession.removeAttribute("sess_p");
request.setAttribute("title","天地网络--JSP留言薄");
request.setAttribute("td_bg_message","成功退出!<a href=\"log.jsp\">请点击这里返回登录页面</a> <b>或</b> <a href=\"../index.jsp\">点击这里返回留言薄</a>");
%>
<%@ include file="message.jsp" %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -