?? testsessionbinding.jsp
字號:
<%@ page contentType="test/html;charset=gb2312" %>
<%@ page import="org.it315.listener.MyBean" %>
<html>
<head>
<title>感知Session綁定的綜合案例</title>
</head>
<body>
<%
System.out.println("當前session對象的ID號為"+session.getId());
session.setAttribute("myBean",new MyBean ());
session.removeAttribute("myBean");
%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -