发布网友 发布时间:2022-04-20 04:46
共4个回答
热心网友 时间:2023-08-31 19:50
import java.io.File;false.不存在
true.存在
热心网友 时间:2023-08-31 19:51
File类中有个方法public boolean exists()热心网友 时间:2023-08-31 19:51
if(new File("d:/test.txt").exists()){热心网友 时间:2023-08-31 19:52
file.exists()