📄 index.jsp
字号:
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<html>
<head>
<title>用户登陆</title>
</head>
<script language="javascript">
function add()
{
self.location.href = "index_add.jsp";
}
</script>
<body>
<form action="login.jsp" method="post">
<table>
<tr>
<td>用户名:<input type=text name="username"></td>
</tr>
<tr>
<td>密码:<input type="password" name="password"></td>
</tr>
<tr>
<td><input type="submit" value="提交"><input type="reset" value="重填"></td>
</tr>
<tr>
<td><input type="button" value="注册新用户" onclick="add()"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -