IO流,字符输出流PrintWriter

发布时间 2023-10-18 20:32:25作者: KukiHistory

PrintWriter  具有自动刷新(用这个就不用写flush方法),特点是按行输出字符串  并且可以通过printfln()方法实现自动换行

 结果: