示例#1
0
 public void writeln(Object... o) {
     write(o);
     out.println();
 }