📄 logout.jsp.svn-base
字号:
<%@page contentType="text/html; charset=GBK" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>SecurityFilter Example</title>
</head>
<body>
<h1>SecurityFilter Example</h1>
<%@include file="/menu.jsp" %>
<% session.invalidate(); %>
You have been logged out of the SecurityFilter example application.<p>
This operation was achieved with a simple call to <code>session.invalidate()</code>.
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -