日期:2014-05-17 浏览次数:20668 次
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>response使用说明</title>
</head>
<body>
<%!int count = 1; %>
<% response.setHeader("refresh", "2"); %>
<h3>你已经访问了页面 <%=count++ %>次</h3>
</body>
</html>