exit.jsp
来自「实现在线书店的基本功能 应用了hibernate+jsp 技术采用了mvc三层」· JSP 代码 · 共 31 行
JSP
31 行
<%-- Document : sessionOut Created on : 2008-10-25, 17:11:06 Author : asus--%><%@page contentType="text/html" pageEncoding="UTF-8"%><%@ page session="true" %><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>sessionOut</title> </head> <body> <% session.invalidate(); response.setHeader("refresh","1;url=bookstore.jsp"); %> </body></html><%-- Document : exit Created on : 2008-10-28, 20:48:26 Author : Administrator--%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?