JSP网页简单计数器 代码片段分享(3)
pw.close(); // 清除PrintWriter对象
}
catch (IOException e) { System.out.println("写入文件错误" + e.getMessage()); // 错误处理
}
}
}<span style="font-family:Arial Black;"><strong>
</strong></span>
2. 创建一个调用页面即JSP页面 ( 命名为:WebpageSimpleCounter.jsp )
[html]
<%@ page language="java" pageEncoding="UTF-8"%>
<%@page import="com.songyanjun.utils.Counter"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>JSP网页简单计数器 代码片段</title>
<meta http-equiv="X-Ua-Compatible" content="IE=7" />
<meta http-equiv="keywords" content="军军工作室,宋延军工作室,宋延军">
<meta http-equiv="description" content="军军工作室,打造个性自我主页OH MAN!!!">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="Copyright" content="军军工作室 http://www.songyanjun.net/" />
<link rel="shortcut icon" href="favicon.ico" />
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body>
<%
//创建 计数类对象
Counter counter = new Counter();
相关新闻>>
- 发表评论
-
- 最新评论 更多>>