或者,更好的是,这也可以使用Java 7中引入的新Files类来完成: public static void copyFile( File from, File to ) throws IOException { Files.copy( from.
確定! 回上一頁