request轉發,response重定向,異步請求json數據輸出到頁面

request轉發:json //轉發到index.jsp頁面 request.getRequestDispatcher("index.jsp").forward(request, response); response重定向:app // 頁面重定向 response.sendRedirect(request.getContextPath() + "/registSuccess.jsp
相關文章
相關標籤/搜索