摘要: String path="D:\\新建文件夹\\2.png"; File file=new File(path); System.out.println(file.exists()); String path1="D:/新建文件夹/2.png"; File file1=new File(path); 阅读全文
posted @ 2017-08-30 14:10 ~驰~ 阅读(30138) 评论(1) 推荐(5)