2021.4.19

做实验2:

login:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>web实验2</title>
</head>
<body bgcolor="#FFFFFF">
<body>

<form action="judge.jsp" method="post">
账号: <input type="text" name="name"><br>
密码: <input type="password" name="pwd"><br>
<input type="submit" name="submit" value=" 登录 ">
<input type="reset" name="reset" value=" 重置 ">
</form>
</center>

</body>
</html>

fail:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>实验2</title>
</head>
<body bgcolor="#FFFFFF">
<center>
<h1> 登录失败! </h1>
<h2>请重新登录</h2>
</center>

</body>
</html>

原文地址:https://www.cnblogs.com/SirNie/p/14908879.html