bbslogin.jsp
来自「本人大学时大型作业用JAVA做的一个 BBS系统 模式MVC 非struts版 」· JSP 代码 · 共 30 行
JSP
30 行
<%@ page contentType="text/html; charset=gb2312" %>
<%@ include file="header.html" %>
<h1 align="center">用户登陆页面
</h1>
<hr>
<div align="center">
<form name="form1" method="post" action="/BBS/controller/BbsLogin">
<table border="1">
<tr>
<td><div align="right">用户名:</div></td>
<td><input type="text" name="username"></td>
</tr>
<tr>
<td><div align="right">密码:</div></td>
<td><input type="password" name="userpassword"></td>
</tr>
<tr>
<td><div align="right">
<input type="submit" name="Submit" value="登录">
</div></td>
<td><input type="reset" name="Reset" value="取消"></td>
<td><a href="/BBS/jsp/bbsRegister.jsp">注册</a></td>
</tr>
</table>
</form>
</div>
<%@ include file="footer.html" %>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?