<%@ page contenttype="text/html; charset=gb2312" language="java" import="java.sql.*" errorpage="" %>
<%@ page import="java.util.*"%>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<%
enumeration e=session.getattributenames();
string temp;
for (;e.hasmoreelements();){
temp=(string)e.nextelement();
out.print(temp+"="+(string)session.getattribute(temp)+"<br>");
}
%>
</body>
</html>
新闻热点
疑难解答