摘要: java在不存在文件夹的目录下创建文件 1、 String strPath = "E:\\a\\aa\\aaa.txt"; File file = new File(strPath); if(!file.exists())){ file.file.mkdirs(); } 2、 String strP 阅读全文
posted @ 2017-12-11 18:33 吃鱼尾的咩 阅读(202) 评论(0) 推荐(0)