建立、刪除、查看文件

package file; import java.io.File; import java.io.IOException; /** * Created by Administrator on 2018/1/11. * 建立文件 * 刪除文件 * 查看文件屬性 * File file = new File(String pathname);--pathname 要建立的文件的路徑 */ pub
相關文章
相關標籤/搜索