?? login.jsp.txt
字號:
<!--login.jsp文件代碼-->
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<body>
<form method=post action=check.jsp>
<table>
<tr>
<td>用戶名:</td>
<td><input type=text name=name></td>
</tr>
<tr>
<td>密碼:</td>
<td><input type=password name=password></td>
</tr>
<tr>
<td align="center"><input type=submit value="提交"></td>
<td align="center"><input type=reset value="重置"></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -