摘要: 1、通过File类中的createNewFile()创建一个新的文件 /** * 测试创建文件 * @throws IOException */ @Test public void testCreateFile() throws IOException{ File file = new File(" 阅读全文
posted @ 2016-02-17 10:19 gm_007 阅读(246) 评论(0) 推荐(0)