PrintWriter to print on next line

前端 未结 3 1581
庸人自扰
庸人自扰 2020-12-10 18:18

I have the following code to print a string(from a ResultSet) to a text file:

PrintWriter writer = new PrintWriter(new FileOutputStream(file, false));
while(         


        
3条回答
提交回复
热议问题