getFile (testPath, "a.txt"); // 獲取某個目錄下的文件,後面參數是拼接而成的File fileAAA = FileUtils.getFile(new File(testPath), "a.txt"); ...
確定! 回上一頁