摘要: //创建文件 public static void createFile(File filename) { try { if(!filename.exists()) { filename.createNewFile(); } }catch (Exception e) { // TODO: handle exception e.printSta... 阅读全文
posted @ 2018-07-12 17:41 小猫钓鱼吃鱼 阅读(3027) 评论(0) 推荐(0)