已有101人关注
第15章练习题第三题答案不正确
发表在Java图书答疑 2018-12-03 《Java从入门到精通(第4版)》第15章 I/O(输入/输出) 289页-289页
是否精华
版块置顶:

第15章练习题第三题答案不符合题意,并且运行结果不对,打开word.txt,里边是空白的,有一行代码格式过时了

java15.9(3).jpg


分享到:
精彩评论 2
根号申
学分:4736 LV12
TA的每日心情
2021-07-16 23:48:46
2018-12-04
沙发

import java.io.*;

import java.util.Scanner;


public class Example {

    public static void main(String[] args) {

        Scanner sc = new Scanner(System.in);

        while (true) {

            System.err.println("请输入一个名字:");

            String name = sc.nextLine();

            if ("done".equalsIgnoreCase(name)) {

                break;

            }

            System.err.println("请输入密码:");

            String phone = sc.nextLine();

            writeFile(name + "," + phone);

        }

        System.out.println("--程序结束--");

        sc.close();

    }


    static private void writeFile(String message) {

        try (FileOutputStream fo = new FileOutputStream("word.txt", true);

                OutputStreamWriter ows = new OutputStreamWriter(fo);

                BufferedWriter bw = new BufferedWriter(ows);) {

            bw.write(message);

            bw.newLine();

            bw.flush();

            System.out.println("信息已经写入文件");

        } catch (IOException e) {

            e.printStackTrace();

        }

    }

}


java小黑
学分:56 LV3
2018-12-04
板凳

根号申 发表于2018-12-04 08:56

import java.io.*;

import java.util.Scanner;


public class Example {

    public static void main(String[] args) {

        Scanner sc = new Scanner(System.in);

        while (true) {

            System.err.println("请输入一个名字:");

            String name = sc.nextLine();

            if ("done".equalsIgnoreCase(name)) {

                break;

            }

            System.err.println("请输入密码:");

            String phone = sc.nextLine();

            writeFile(name + "," + phone);

        }

        System.out.println("--程序结束--");

        sc.close();

    }


    static private void writeFile(String message) {

        try (FileOutputStream fo = new FileOutputStream("word.txt", true);

                OutputStreamWriter ows = new OutputStreamWriter(fo);

                BufferedWriter bw = new BufferedWriter(ows);) {

            bw.write(message);

            bw.newLine();

            bw.flush();

            System.out.println("信息已经写入文件");

        } catch (IOException e) {

            e.printStackTrace();

        }

    }

}


多谢多谢

首页上一页 1 下一页尾页 2 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照