标签: java servlets
如何通过嵌入来自servlet的请求对象来调用/重定向到外部页面?
答案 0 :(得分:2)
那是不可能的。您需要response对象。
response.sendRedirect("http://google.com");