FileInputStream 把文件作为字节流进行读操作时间:2022-10-12 21:00:19//把文件作为字节流进行读操作 FileInputStream in = new FileInputStream(filename);//FileInputStream具体实现了在文件上读取数据