HttpServletResponse之getWriter()和getOutputStream()不能同時調用

利用ServletResponse的OutputStream可以向客戶端返回字節流、輸出文件。 本來想利用PrintWriter()向客戶端輸出提示信息,程序運行出錯: java.lang.IllegalStateException: getOutputStream() has already been called for this response 查看API:http://tomcat.ap
相關文章
相關標籤/搜索