摘要: public class TestFile { public static void main(String[] args) throws IOException { //磁盘下创建文件 File file=new File("d:\\demo.txt"); if(file.exists()){ //如果存在这个文件就... 阅读全文
posted @ 2018-12-02 20:04 大C文 阅读(8263) 评论(0) 推荐(0) 编辑