Quote: 引用:我大致记得是:out.print是将数据先保存到response的缓冲区然后再输出,而response.getWriter直接输出数据,所以在后门;你如果关闭了,那缓冲区就接受不到out的print;那为什么第二个PrintWriter不打印呢
我大致记得是:out.print是将数据先保存到response的缓冲区然后再输出,而response.getWriter直接输出数据,所以在后门;你如果关闭了,那缓冲区就接受不到out的print;