问答详情
源自:-

Scanner

  Scanner sc=new Scanner(System.in);

           int x=sc.nextInt();

           double y=sc.nextDouble();

           sc.nextLine();

           String s=sc.nextLine();

为什么要另外写一句sc.nextLine();直接写String s=sc.nextLine();,为什么程序不会执行

提问者:慕哥1464261 2015-10-19 22:29

个回答

  • 慕哥1464261
    2015-10-20 15:24:18

    没报错,但程序不能运行

  • 心悦君夕
    2015-10-20 10:00:19

    有报错信息吗?