ch3-12.htm
来自「关于jsp方向的seesion代码和cookie代码」· HTM 代码 · 共 32 行
HTM
32 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登录-读取Session</title>
</head>
<body bgcolor="#FFFF99">
<p align="left"><font size="6">用户登录</font></p>
<form name="form1" method="post" action="ch3-12.jsp">
<table width="390">
<tr>
<th scope="row"><div align="right">用户名:</div></th>
<td><div align="left">
<input name="text" type="text" id="text2" value="张三">
</div></td>
</tr>
<tr>
<th scope="row"><div align="right">密码:</div></th>
<td><div align="left">
<input name="password" type="password" id="password">
</div></td>
</tr>
<tr>
<th scope="row"><div align="right"></div></th>
<td><div align="left">
<input type="submit" name="Submit" value="登录">
</div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?