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.
相关文章
相关标签/搜索