?? 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 + -