打印流和输出流的区别, print不支持public void write(char[] buf, int off, int len)这种方法。 不能输出数据的一部分,write可以
参数不同呀,看API就清楚了~~~