鏀惰棌 (0) +1 璧� (0) +1 韪� (0) +1
鏀惰棌鎴愬姛鏌ョ湅鏀惰棌>>

正在阅读:JSP中捕获 OUT 输出的例子JSP中捕获 OUT 输出的例子

2004-09-03 14:49 出处:CSDN 作者:liboy 责任编辑:linjixiong


  os.write( String.valueOf(i) );
  }

  public final void println(long l)
  throws IOException
  {
  os.write( String.valueOf(l) );
  }

  public final void println(float f)
  throws IOException
  {
  os.write( String.valueOf(f) );
  }

  public final void println(double d)
  throws IOException
  {
  os.write( String.valueOf(d) );
  }

  public final void println(char s[])
  throws IOException
  {
  os.write(s, 0, s.length);
  }

  public final void println(String s)
  throws IOException
  {
  os.write(s);
  }

  public final void println(Object o)
  throws IOException
  {
  os.write( String.valueOf(o) );
  }

  public final void clear()
  throws IOException
  {
  os.reset();
  }

  public final void flush()
  throws IOException
  {
  os.flush();
  }

 


察看评论详细内容 我要发表评论
作者笔名 简短内容 发表时间
:

键盘也能翻页,试试“← →”键

关注我们

最新资讯离线随时看 聊天吐槽赢奖品
鎵嬫満璁块棶鍥炲埌椤堕儴