读书人

ServletOutputStream种 简要说明

发布时间: 2013-09-26 10:32:35 作者: rapoo

ServletOutputStream类 简要说明
public void println() throws IOException; public void println(String s) throws IOException; public void println(boolean b) throws IOException; public void println(char c) throws IOException; public void println(int i) throws IOException; public void println(long l) throws IOException; public void println(float f) throws IOException; public void println(double d) throws IOException;

?

输出变量到输出流中,并增加一个回车换行符

读书人网 >Web前端

热点推荐