code062.jsp
1<%@ page language="java" contentType="text/html; charset=UTF-8" 2 pageEncoding="UTF-8"%> 3<!DOCTYPE html> 4<html> 5<head> 6<meta charset="UTF-8"> 7<title>通过servlet的过滤器统计访问人员</title> 8</head> 9<body> 10 <h2>欢迎光临,<br>你是本站第【<%= application.getAttribute("countx2") %>】位访客!</h2> 11</body> 12</html>