81,114
社区成员
发帖
与我相关
我的任务
分享
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>信息管理系统</title>
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="this is my page">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
<link href="include/style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="FFFFFF" class="line">
<div align="center"> <br><br>
信息管理系统
<br>
<hr width="600" color="#5C689D">
<br>
<form method="POST" name="form" action="login.jsp">
用户:<input type="text" name="user" size="17"><br>
密码:<input type="password" name="password" size="17"><br>
<input type="submit" value="登陆">
<input type="reset" value="重填">
</form>
<br>
<br>
<hr width="600" color="#5C689D">
</div>
</body>
</html>终于搞定了,删掉这句<meta http-equiv="content-type" content="text/html; charset=UTF-8">就可以显示了。不明白为什么
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>