post方法提交不在地址栏显示 ?name=…
get只能提交5kb内容,推荐使用post
response 重定向
<% response
.sendRedirect("test.jsp")%>
javascript重定向
<head
>
<script
>
window
.location
.href
= 'http://www.allformation.club';
</script
>
</head
>
转载请注明原文地址:https://tech.qufami.com/read-26013.html