<%=count.getGuestCount()%> <% request.setCharacterEncoding("UTF-8"); HttpSession session=request.getSession(); Object count=session.getAttribute("COUNT"); int counter=0; if(count==null){ counter=1; session.setAttribute("COUNT",new Integer(counter));}else{ counter=Integer.parserInt(count+""); counter++; session.setAttribute("COUNT",new Integer(counter));}out.println("次数:"+counter); %>

工作组新闻

新加入成员单位介绍