request转发,response重定向,异步请求json数据输出到页面

request转发:json //转发到index.jsp页面 request.getRequestDispatcher("index.jsp").forward(request, response); response重定向:app // 页面重定向 response.sendRedirect(request.getContextPath() + "/registSuccess.jsp
相关文章
相关标签/搜索