📄 login_out.jsp
字号:
<%
/*
* Copyright: Copyright (c) 2004
* @author http://hi.baidu.com/lael80*/
%>
<%@ page contentType="text/html; charset=gb2312" errorPage=""%>
<jsp:useBean id="workCK" scope="page" class="javabean.Cookies"/>
<%
session.setAttribute("u_name",",");
workCK.setCookieValue(response,"user_name","");
workCK.setCookieValue(response,"user_password","");
response.sendRedirect("index.jsp");
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -