第四篇学习笔记
摘要:
import java.io.*; public class CopyFile { /** * @param args */ public static void copy(File a,File b){ try { FileInputStream fis = new FileInputStream("a.mp3"); FileOutputStream fos ... 阅读全文
posted @ 2016-04-08 20:50 软二2014330217吕锦涛 阅读(136) 评论(0) 推荐(0)
浙公网安备 33010602011771号