<%@ page contentType="text/html; charset=gb2312"%> 态度篇>皮鞋的来历
<% // 从当前会话中获取变量COUNT Integer count = (Integer)session.getAttribute("COUNT9"); // 如果没有找到变量 , 则在会话中新建一个变量把变量赋初值1 if ( count == null ) { count = new Integer(5000); session.setAttribute("COUNT9", count); }else { count = new Integer(count.intValue() + 1); session.setAttribute("COUNT9", count); } %> 浏览数:<%=count%>