码迷,mamicode.com
首页 > 其他好文 > 详细

security 页面测试

时间:2019-11-14 00:15:39      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:input   用户   char   项目   action   text   BMI   pass   set   

<!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>

security 页面测试

标签:input   用户   char   项目   action   text   BMI   pass   set   

原文地址:https://www.cnblogs.com/lijun6/p/11854034.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!