httpservlet----html测试页面
Posted 永远前进在路上
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了httpservlet----html测试页面相关的知识,希望对你有一定的参考价值。
<!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测试页面的主要内容,如果未能解决你的问题,请参考以下文章
Swagger ui在zuul后面的时候在测试页面增加了一个/path