JAVA中的IO流

2 I/O 2.1 文件对象 2.1.1 创建一个文件对象 /**  *  * @author yrf  * D盘下创建abc.txt 内容:aaa  *  */ public class IOTest { public static void main(String[] args) {     // 绝对路径     File f1=new File("D:/test/abc.txt");   
相关文章
相关标签/搜索