@Test
    public void testFile(){
        File file = new File("demo"+File.separator+"Hello.txt");
        System.out.println(file+"占用字节"+file.length());
    }

posted on 2017-06-02 10:29  两枝梅  阅读(141)  评论(0编辑  收藏  举报