黑马程序员技术交流社区

标题: 做题没做出来,竟然搞出来个黑程序。。。。哈哈 [打印本页]

作者: 木子小四    时间: 2016-4-8 21:06
标题: 做题没做出来,竟然搞出来个黑程序。。。。哈哈
public static void main(String[] args) throws IOException {
                System.out.println("请输入数据吧,宝贝");
               
                FileOutputStream fos = new FileOutputStream("text.txt");
                Scanner sc = new Scanner(System.in);
                String s = sc.nextLine();
                while(true){
                        if("quit".equals(s)){
                                break;
                        }else {
                                fos.write(s.getBytes());
                        }
                }
                       
        }
作者: pgymmc    时间: 2016-4-8 21:30
尼玛  运行试试
作者: ttkuaile    时间: 2016-4-8 21:35
不会运行会死机吧
作者: mmxhh    时间: 2016-4-8 21:45
额...gg
作者: 木子小四    时间: 2016-4-8 21:50
pgymmc 发表于 2016-4-8 21:30
尼玛  运行试试

淡定 ,淡定,一定要淡定
作者: 木子小四    时间: 2016-4-8 21:52
ttkuaile 发表于 2016-4-8 21:35
不会运行会死机吧

不会  逗着玩的,就是会生成个内存持续增加的文件
作者: 木子小四    时间: 2016-4-8 23:00





欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2