<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
<html>
<jsp:useBean id="checkLogin" class="loginBean.LoginBean"/>
<head>
<title>Using Bean To Longin</title>
<style type="text/css">
<!--
.style4 {color: #8000FF}
.style5 {color: #000000}
-->
</style>
</head>
<body>
<form name="form1" method="post" action="">
<p><span class="style4">»¶Ó</span><span class="style5"><b><i><%=request.getParameter("username")%></i></span><span class="style4">µÄµ½À´</span>£¡
<a href="denglu.jsp">Í˳ö</a>
</p>
<h2><img src="020.gif" width="32" height="32"><em><font size="3">ÎÒ°®ÊÎÆ·Íø</font></em><a href="www.shipin.com"><font size=3>www.shipin.com</font></a></h2>
<div>
<a href="">ÐÂÎÅ</a>|
<a href="">ÓéÀÖ</a>|
<a href="">ÌåÓý</a>|
<a href="">²Æ¾</a>|
<a href="">ÉÌÒµ</a>|
<a href="">¿Æ¼¼</a>|
<a href="">Æû³µ</a>|
<a href="">ÊýÂë</a>|<br>
<a href="">Å®ÈË</a>|
<a href="">½¡¿µ</a>|
<a href="">½ÌÓý</a>|
<a href="">ÎÄ»¯</a>|
<a href="">ÂÃÓÎ</a>|
<a href="">¾üÊÂ</a>|
<a href="">²¿Âä</a>|
<a href="">ÂÛ̳</a>|
</div>
<div style="WIDTH:200px; HEIGHT:170px" align=center>
<IMG height=100 src="021.jpg" width=777>
</div>
</form>
<%
checkLogin.init(request,out,response);
checkLogin.execute();
checkLogin.clean();
%>
</body>
</html>
这个文件为什么会乱码吗?昨天运行时还没有这种情况啊?