<%@ page language="java" import="java.util.*" contentType="text/html;charset=utf-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>学生公寓信息管理系统</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body bgcolor="#e3e3e3">
<center>
<form action="check.jsp" method="post">
<table>
<caption>用户登录</caption>
<tr><td>用户名:</td><td><input type="text" name="username" size="20"/></td></tr>
<tr><td>密码:</td><td><input type="password" name="pwd" size="21"/></td></tr>
<tr><td><input type="submit" value="登录"/></td><td><input type="reset" value="重置" /></td></tr>
</table>
</form>
如果您还没有注册,请单击<a href="register.jsp">这里</a>注册!
</center>
</body>
</html>应该不是代码的问题,项目都是在eclipse中创建的,之前写页面都一直有图标,当我这个项目写到第20个页面的时候,图标变空了??很奇怪
添加回答
举报
0/150
提交
取消