?? logout.jsp
字號:
<%@include file="INC/const.jsp"%>
<%
try{
SkinUtil.userLogout(response,request);
response.sendRedirect("index.jsp");
}
catch(Exception e){
e.printStackTrace();
response.sendRedirect("index.jsp");
}
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -