2016-12-21 49 views

回答

0

使用File.exists()

File f = new File("filepath"); 
System.out.println(f.exists()); 
相关问题