标签:for ar log 服务器 res on js text
response.sendRedirect , // 重定向,服务器端将uri返回到客户端,客户端再次发送请求。
RequestDispatcher rd = getServletContext().getRequestDispatcher("/login.jsp");
rd.forward(request,response); //跳转,直接从服务器端访问 uri
标签:for ar log 服务器 res on js text
原文地址:http://www.cnblogs.com/shouwangzhe-/p/3909327.html