摘要: 先上代码 FileOutputStream outputStream = new FileOutputStream("data.txt"); byte[] bytes = new byte[1024]; int num = 0; while((num=fileInputStream.read(byt 阅读全文
posted @ 2020-04-22 13:45 CodingChangeTheWorld 阅读(1230) 评论(0) 推荐(0)