public static String FileToString(String fileName, String theFilePath) throws Exception { FileReader reader = new FileReader(theFilePath + fileName); ...
確定! 回上一頁