怎样在URL中指明 提交到servlet的方法是get或是post
<html><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title>S...
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Servlet Studying</title>
<script type="text/javascript">
function hello() {
alert("hello");
window.location.href = "TaoServlet?method=post";
}
</script>
</head>
<body>
Welcome! aaaa
<input type="button" onclick='hello();' value="确定" />
</body>
</html>
上面的代码提交以后我在servlet里看到的还是get,为什么? 展开
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Servlet Studying</title>
<script type="text/javascript">
function hello() {
alert("hello");
window.location.href = "TaoServlet?method=post";
}
</script>
</head>
<body>
Welcome! aaaa
<input type="button" onclick='hello();' value="确定" />
</body>
</html>
上面的代码提交以后我在servlet里看到的还是get,为什么? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询