摘要: 1.第一个IO流程 import java.io.FileInputStream;​public class Dome01 { public static void main(String[] args) { FileInputStream fis = null;​ try { //创建字节输入流对 阅读全文
posted @ 2022-04-08 17:18 阳光下的承诺 阅读(44) 评论(0) 推荐(0)