2023年7月19日17:12:22

master
zhangmeng 2023-07-19 17:36:08 +08:00
parent 886c08ae1a
commit 080100a311
1 changed files with 8 additions and 10 deletions

View File

@ -131,17 +131,15 @@ public class BatchUpdateFileNameController {
} catch (IOException e) {
e.printStackTrace();
}
}).start();
stringBuilder.append("文件夹数:").append(dirCount);
stringBuilder.append(System.lineSeparator());
stringBuilder.append("文件数:").append(fileCount);
stringBuilder.append(System.lineSeparator());
Platform.runLater(()->{
result_show.setText(stringBuilder.toString());
});
}).start();
}