archive: homework4

This commit is contained in:
2025-04-02 12:16:32 +08:00
parent bbcf2610e6
commit d40f635090
4 changed files with 84 additions and 1 deletions
+5 -1
View File
@@ -4,6 +4,10 @@
<title>用户登录</title>
</head>
<body>
<form name="form1" action="${pageContext.request.contextPath}/Login" method="post">
用户名:<input type="text" name="name" id="name" style="width:200px"/><br/>
密&nbsp;&nbsp;码:<input type="password" name="pwd" id="pwd" style="width:200px"/><br/>
<input type="submit" name="Submit" value="提交"/>
</form>
</body>
</html>