建立目錄檔案*/ public static void createPath(String path) { File file = new File(path); if (!file.exists()) { file.mkdir(); } }.
確定! 回上一頁