标签:ring throws 拷贝 file path detail files 工具类 row
public static void main(String[] args) throws Exception { Files.copy(Paths.get("file/text.txt"), new FileOutputStream("nio.txt")); }
标签:ring throws 拷贝 file path detail files 工具类 row
原文地址:http://www.cnblogs.com/jiangxifanzhouyudu/p/6726858.html