摘要:
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 阅读(12658) 评论(0) 推荐(0)
|
|
|
|
摘要:
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 阅读(12658) 评论(0) 推荐(0)
摘要:
http://blog.itpub.net/92037/viewspace-788900/ 阅读全文
posted @ 2016-07-12 14:11 powerlx 阅读(107) 评论(0) 推荐(0) |
|