servlet的response,print后为什么没有立即在浏览器客户端显示出来
调用下response.flush();response.close();
默认流关闭的时候才会显示,如果想立即显示则response.flush()