<%@?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
提交
取消
