该方法用于把响应重定向到另一个位置进行处理。
语法:
sendRedirect(String location)
参数说明:
- location:要重定向的地址。
示例
将请求转发至编程词典首页,关键代码如下:
<% response.sendRedirect("http://www.mrbccd.com"); %>
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/22783.html