jsp+servlet-response

tech2025-12-31  2

post方法提交不在地址栏显示 ?name=…
get只能提交5kb内容,推荐使用post

response 重定向
<% response.sendRedirect("test.jsp")%>
javascript重定向
<head> <script > window.location.href = 'http://www.allformation.club'; </script> </head>
最新回复(0)