2016年10月9日

把文件a.txt复制到指定目录下为a.mp3

摘要: package cn.mldn.demo;import java.io.*;public class TestDemo{ public static void main(String[] args) throws IOException { File f1=new File("d:/a.txt"); 阅读全文

posted @ 2016-10-09 16:39 明天的我 阅读(180) 评论(0) 推荐(0) 编辑

导航