<%@ page contentType="text/html; charset=gb2312"%> 自我激励篇>鹅卵石的故事
<% // 从当前会话中获取变量COUNT Integer count = (Integer)session.getAttribute("COUNT2"); // 如果没有找到变量 , 则在会话中新建一个变量把变量赋初值1 if ( count == null ) { count = new Integer(5000); session.setAttribute("COUNT2", count); }else { count = new Integer(count.intValue() + 1); session.setAttribute("COUNT2", count); } %> 浏览数:<%=count%>