为什么我那个按钮跳转不过去,那个链接的可以跳转,我确定代码没有错呀
代码:
<body>
<h1>第一个servlet小例子</h1>
<hr>
<a href="servlet/HelloServlet">Get方法请求HelloServlet</a><br>
<br>
<form action="servlet/HelloServlet" method="post">
<input type="submit" value="Post方法请求HelloServlet">
</form>
</body>