java基礎(九):IO流

1.IO流的意義:處理設備之間的數據傳輸數組 硬盤==>內存:讀(input)緩存 內存==>硬盤:寫(output)多線程 2.File類經常使用方法dom 新建文件:File file = new File("D:\\aaa\\","1.txt");this                   File file = new File("D:"+System.getProperty("file
相關文章
相關標籤/搜索