<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>登陆</title>
</head>
<body>
<!-- springSecurityDemo为项目名称 -->
<form action='/login' method='POST'>
<table>
<tr>
<td>用户名:</td>
<td><input type='text' name='username' value=''></td>
</tr>
<tr>
<td>密码:</td>
<td><input type='password' name='password' /></td>
</tr>
<tr>
<td colspan='2'><input name="submit" type="submit"
value="登陆" /></td>
</tr>
</table>
</form>
</body>
</html>

相关文章:

  • 2021-07-20
  • 2021-08-16
  • 2022-12-23
  • 2021-11-13
  • 2021-11-30
  • 2022-01-08
  • 2022-01-08
  • 2021-10-08
猜你喜欢
  • 2022-12-23
  • 2021-11-08
  • 2021-07-10
  • 2022-12-23
  • 2021-06-30
  • 2021-12-17
  • 2022-12-23
相关资源
相似解决方案