Java文件操作與輸入輸出流

文件操作 package ch15; import java.io.*; /** * Created by Jiqing on 2016/12/28. */ public class FileTest { public static void main(String[] args) throws IOException{ // 以當前路徑創建一個File對象
相關文章
相關標籤/搜索