摘要:
/** * 创建一个新文件 */ @Test public void test1() { File f = new File("D:\\hello.txt"); try { f.createNewFile(); } catch (IOException e) { e.printStackTrace( 阅读全文
posted @ 2019-06-26 09:17
小太阳38度
阅读(267)
评论(0)
推荐(0)