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");   
相關文章
相關標籤/搜索