摘要: 1.输入流示例 import java.io.*; public class FileInputStreamTest { public static void main(String[] args) throws IOException { //创建字节输入流 FileInputStream fis 阅读全文
posted @ 2019-11-08 20:46 祈欢 阅读(185) 评论(0) 推荐(0)