摘要: 1.今天学习了FileOutputStream,该类用来创建一个文件并向文件中写数据。如果该流在打开文件进行输出前,目标文件不存在,那么该流会创建该文件。File f = new File("C:/java/hello"); OutputStream f = new FileOutputStream 阅读全文
posted @ 2020-10-11 20:31 chenghaixinag 阅读(29) 评论(0) 推荐(0) 编辑