left_lijwhttp://blog.yesky.com/Blog/left_lijw/复制地址

<%@ 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>


作者:小左 阅读() 评论()  编辑 发表于:2005-04-26 11:42
相关内容
文章评论

暂无人对此文章发表评论!

发表评论
标题 *  
姓名 *  
内容 *  
   验证码: *       
       
版权声明:天极是本Blog托管服务提供商。如本文牵涉版权问题,天极不承担相关责任,请版权拥有者直接与文章作者联系解决。
Powered by:

Copyright © 小左