<%@ page contentType="text/html; charset=gb2312"%> 组织管理篇>把冰卖给爱斯基摩人
<% // 从当前会话中获取变量COUNT Integer count = (Integer)session.getAttribute("COUNT7"); // 如果没有找到变量 , 则在会话中新建一个变量把变量赋初值1 if ( count == null ) { count = new Integer(5000); session.setAttribute("COUNT7", count); }else { count = new Integer(count.intValue() + 1); session.setAttribute("COUNT7", count); } %> 浏览数:<%=count%>