最简单的JSP程序
类别: JSP教程
<%@ page language="java" %>
<%@ page contentType="text/html; charset=GB2312"%>
<html>
<head>
<title>Hello World</title>
<meta http-equiv="Content-Type" content="content=text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF">
<center>
<font size= 5 color=blue>多种字体大小显示</font>
<center>
<br>
<hr>
<br>
<div align="center">
<%
out.println("hello,world!!!");
%>
</div>
</body>
</html>
<%@ page contentType="text/html; charset=GB2312"%>
<html>
<head>
<title>Hello World</title>
<meta http-equiv="Content-Type" content="content=text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF">
<center>
<font size= 5 color=blue>多种字体大小显示</font>
<center>
<br>
<hr>
<br>
<div align="center">
<%
out.println("hello,world!!!");
%>
</div>
</body>
</html>
- 上一篇: JSP出错处理
- 下一篇: 用JSP:INCLUDE指令动态加载文件
-= 资 源 教 程 =-
文 章 搜 索