1.重定向需要设置302和Location
2.因为变量只有是location,所以java提供了一个快捷重定向的方法:
sendRedirect(String url),可由response对象来调用;