早教吧 育儿知识 作业答案 考试题库 百科 知识分享

jsp+servlet的问题,提交时报错:Cannotforwardafterresponsehasbeencommitted这句话的意思大概是提交response后不能再转向,是吧?是不是我前面response.setContentType("text/html");response.setCharacterEncoding("utf

题目详情
jsp+servlet的问题,提交时报错:Cannot forward after response has been committed这句话的意思大概是提交response后不能再转向,是吧?是不是我前面response.setContentType("text/html"); response.setCharacterEncoding("utf-8");的原因啊?如果是这里的问题,那么怎么做“先提示正在跳转,然后在跳转到目标页面”啊?高手们帮忙
▼优质解答
答案和解析
对于Cannot forward after response has been committedCannot forward after response has been committed这个错误,有了更加深刻的认识这个是错误是由于response多次提交或者是由于有页面显示后仍然含请求转向产生...