摘要: public void copyFile(String oldPath, String newPath) throws IOException { (new File(newPath)).mkdirs(); String[] file = new File(oldPath).list(); File fileTemp = null; String separator = File.s... 阅读全文
posted @ 2018-08-02 15:35 清-华-园 阅读(448) 评论(0) 推荐(0)