請求轉發(request)與重定向(response)

request:請求對象;response:響應對象 請求轉發:request.getRequestDispatcher("要跳轉頁面").forward(request, response); 重定向:response.sendRedirect("要跳轉jsp頁面"); 二者區別:   請求轉發request 重定向response 地址欄是否改變 不變 變 第一次訪問數據是否保留 保留 不保留
相關文章
相關標籤/搜索