首页 > Web开发 > 详细

httpservlet----html测试页面

时间:2016-06-23 23:52:13      阅读:263      评论:0      收藏:0      [点我收藏+]

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>测试</title>
<style type="text/css">
body{
line-height:50px;
}
</style>
</head>
<body>
<form action="first" method="post">
用户名:<input type="text" name="userName"><br/>
密码:<input type="password" name="pwd"><br/>
爱好:<input type="checkbox" name="love" value="1">游泳
<input type="checkbox" name="love" value="2">骑马
<input type="checkbox" name="love" value="3">篮球<br/>
<input type="submit">
</form>
</body>
</html>

httpservlet----html测试页面

原文:http://www.cnblogs.com/quanby/p/5612394.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!