?? 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 + -