计数器_黑夜---前进_百度空间
<%--用application对象实现网页计数器peixun2.14.jsp文件代码--%>
<%@ page contentType="text/html;charset=gb2312"%>
<html>
      <head><title>网页计数器</title><head>
<body>
<% if (application.getAttribute("counter")==null)
      application.setAttribute("counter","1");
      else{
          String strnum=null;
          strnum=application.getAttribute("counter").toString();
          int icount=0;
          icount=Integer.valueOf(strnum).intValue();
          icount++;
          application.setAttribute("counter",Integer.toString(icount));
          } %>
您是第<%=application.getAttribute("counter")%>位访问者!
</body>
</html>
运行结果({dy}次访问)
刷新一次


郑重声明:资讯 【计数器_黑夜---前进_百度空间】由 发布,版权归原作者及其所在单位,其原创性以及文中陈述文字和内容未经(企业库qiyeku.com)证实,请读者仅作参考,并请自行核实相关内容。若本文有侵犯到您的版权, 请你提供相关证明及申请并与我们联系(qiyeku # qq.com)或【在线投诉】,我们审核后将会尽快处理。
—— 相关资讯 ——