摘要: File file = new File("b.txt"); int count = 0; FileInputStream fis = null; FileOutputStream fos = null; if(!file.exists()) { try { file.createNewFile() 阅读全文
posted @ 2019-05-22 10:06 高木子 阅读(373) 评论(0) 推荐(0) 编辑