JSP Response. Getoutputstream () method: get the output stream of the JSP response object
•
Java
getOutputStream()
Example
<%
ServletOutputStream os = response.getOutputStream();
os.write("<b>Java编程词典</b>".getBytes());
os.close();
%>
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码
