在JSP 中如何执行浏览重定向?
20 查阅
参考答案:
使用如下方式即可:response.sendRedirect(\"http://ybwen.home.chinaren.com/index.html\");
也能物理地改变HTTP HEADER 属性,如下:
<%
response.setStatus(HttpServletResponse.SC_MOVED_PERMA
参考答案:
使用如下方式即可:response.sendRedirect(\"http://ybwen.home.chinaren.com/index.html\");
也能物理地改变HTTP HEADER 属性,如下:
<%
response.setStatus(HttpServletResponse.SC_MOVED_PERMA