public static void storeFile(String path, File file) { try { File newFile = new File(path); newFile.createNewFile(); Files.copy(file.
確定! 回上一頁