导航

2016年7月12日

摘要: 1、判断文件是否存在,不存在创建文件 File file=new File("C:\\Users\\QPING\\Desktop\\JavaScript\\2.htm"); if(!file.exists()) { try { file.createNewFile(); } catch (IOExc 阅读全文

posted @ 2016-07-12 14:13 powerlx 阅读(12580) 评论(0) 推荐(0) 编辑

摘要: http://blog.itpub.net/92037/viewspace-788900/ 阅读全文

posted @ 2016-07-12 14:11 powerlx 阅读(105) 评论(0) 推荐(0) 编辑