請求轉發與重定向

1.請求轉發 語法格式:request.getRequestDispatcher(URL地址).forward(request, response); 例子: 打開瀏覽器輸入 http://127.0.0.1/demo/RequestServlet 結果爲: 2.重定向 語法格式爲:response.sendRedirect(URL地址) 例子: 打開瀏覽器輸入:http://127.0.0.1/
相關文章
相關標籤/搜索