Java读取文件内容并转换为字符串

        String FileName = " d:/2.txt " ;         File myFile = new  File(FileName);          if ( ! myFile.exists())          ... {              System.err.println("Can't Find " + FileName);         }
相关文章
相关标签/搜索