摘要: * 查看FileOutputStream的构造方法: * * FileOutputStream(File file) * FileOutputStream(String name) * * 字节输出流操作步骤: * A:创建字节输出流对象 * B:写数据 * C:释放资源 * 字节输出流操作步骤: 阅读全文
posted @ 2018-11-04 19:50 武士黄 阅读(271) 评论(0) 推荐(0)