使用Jsp实现网页访问计数器

    <%
        //判读是否为第一次启动,如果启动则添加属性
        if((Integer) application.getAttribute("AccessCount") == 0){
   
            application.setAttribute("AccessCount"

你可能感兴趣的:(JavaWeb学习,Jsp)