new File(String parent,String child)

//user_dir:E:\workspace\javatest //File file = new File(String parent,String child); //File 爲E:\workspace\javatest\testfile File testfile=new File(System.getProperty("user.dir"), "testfile"); testfile
相關文章
相關標籤/搜索