📄 index.jsp
字号:
<%@ page language="java" contentType="text/html; charset=gb2312"
pageEncoding="gb2312"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>超市管理系统</title>
</head>
<body>
<table width="200" border="0" align="center" bordercolor="black" bgcolor="" cellspacing="0" cellpadding="0">
<tr>
<th height="100"></th>
</tr>
<tr>
<form action="login.jsp" method="post">
<table width="300" bgcolor="orange" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th height="25">用户名:<input name="username" size="20" type="text"></th>
</tr>
<tr>
<th height="25">密 码:<input name="password" size="21" type="password"></th>
</tr>
<tr>
<th height="25"><input type="submit" name="submit" value="提交"></th>
</tr>
</table>
</form>
</tr>
<tr>
<th height="100"></th>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -