java文件操做2

1.建立文件夾 //import java.io.*; File myFolderPath = new File(%%1); try { if (!myFolderPath.exists()) myFolderPath.mkdir(); } catch (IOException e) { System.err.println("新建目錄操做出錯"); } 2.建立文件 //import java.
相關文章
相關標籤/搜索