File練習

1:複製文本文件:有5種方式 1.基本字節流:一次遍歷一個字節 public class first { public static void main(String[] args) throws IOException {   // 文件字節輸入流 FileInputStream fs=new FileInputStream("third.txt");   // 文件字節輸出流   FileOu
相關文章
相關標籤/搜索