<%@ page language="java" import="java.util.*" contentType="text/html;charset=utf-8"%> <html> <head> <title> 用戶登錄 </title> </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="20"/></td></tr> <tr><td><input type="submit" value="登 錄"/><td><input type="reset" value="重新輸入"/> </table> </form> 未注冊的用戶,請單擊<a href="register.jsp">這里</a>注冊! </body> </center> </html>