IO流詳解

File類  String path="e:/img";  String fileName="test.jpg";  new File(path,fileName);//相對路徑:相對於path的路徑  new File(new File(path),fileName);//一樣是相對於path的路徑 IO流分類 一、流向 輸入流與輸出流   程序 與 文件|數組|網絡鏈接|數據庫 二、數據   
相關文章
相關標籤/搜索