jsp页面报错:
Cannot forward after response has been committed
经过百度发现:
这是因为两次跳转导致的,需要在第一次跳转后进行return;(return null)