Java讀取文件內容並轉換爲字符串

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