addfalse.jsp

来自「考试管理,是的对计算机等级考试报名,管理的具体实现」· JSP 代码 · 共 60 行

JSP
60
字号
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {
	font-size: 36px;
	color: #0066FF;
	font-family: "新宋体";
}
body,td,th {
	font-size: x-large;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.STYLE6 {color: #0000FF; }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
}
.style7 {font-size: 24px}
.style8 {
	color: #9900FF;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	font-family: "楷体_GB2312";
}
.style9 {color: #9900FF}
.style10 {color: #990033}
-->
</style>
</head>
<body>
<p align="center" class="STYLE1 style7 style8">你已报过名了</p>
<p align="center" class="STYLE1 style7 style8">&nbsp;</p>
<p align="center" class="STYLE1 style7 style8">&nbsp;</p>
<p align="center" class="STYLE1 style7 style8">&nbsp;</p>
<p align="center" class="STYLE1 style7 style8">&nbsp;</p>
<div align="center"><a href="ok.jsp" class="style9" >返回</a></div>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?