⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tre_votefail2.jsp

📁 一个比较好的日记纪录系统。用的jsp mysql 系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!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=gb2312">
<title>投票失败</title>
</head>
<style>
table{border:1px solid;border-color:#99ccff;font-size:9pt;}
td{border:1px solid;font:bold;}
A{text-decoration:none;color:black;}
A:hover{text-decoration:underline;color:blue;}
</style>
<body>
<table cellspacing="1" cellpadding="0" width="300" align="center">
<tr bgcolor="#99ccff">
<td height="24" align="center">
错误状态
</td>
</tr>
<tr >
<td height="100">
!票数要为数字<br>
!票数不能为空
</td>
</tr>
<tr bgcolor="#99ccff" align="center">
<td height="18">
<a href="javascript:history.go(-1)">返  回</a>
</td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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