logout.jsp
来自「JSP+oracle开发实例精粹》随书光盘」· JSP 代码 · 共 13 行
JSP
13 行
<%
session.removeAttribute("username");
session.removeAttribute("priority");
session.removeAttribute("name");
session.removeAttribute("age");
session.removeAttribute("saraly");
session.removeAttribute("department");
session.removeAttribute("departid");
//response.sendRedirect("top_index.jsp");
%>
<script language="javascript">
top.location.href="index.html";
</script>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?