判断txt文件是否为空

File file = new File("D:/file.txt");if(file.exists() && file.length)() == 0) {System.out.println("文件为空!");}

 

本文链接:https://my.lmcjl.com/post/8756.html

展开阅读全文

4 评论

留下您的评论.