File folder = new File("C:/example"); if(!folder.exists()){ folder.mkdir(); //建立資料夾} File file = new File("C:/example/hello.txt"); FileOutputStream fos ...
確定! 回上一頁