<%@?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>學(xué)生公寓信息管理系統(tǒng)</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>應(yīng)該不是代碼的問題,項(xiàng)目都是在eclipse中創(chuàng)建的,之前寫頁面都一直有圖標(biāo),當(dāng)我這個(gè)項(xiàng)目寫到第20個(gè)頁面的時(shí)候,圖標(biāo)變空了??很奇怪
添加回答
舉報(bào)
0/150
提交
取消