//方法一(每次只读取一个字节) public static void getFile() throws IOException { File file = new File(“D:\a.txt”); … Continue reading 通过InputStream访问文件中的数据的四种方法
//方法一(每次只读取一个字节) public static void getFile() throws IOException { File file = new File(“D:\a.txt”); … Continue reading 通过InputStream访问文件中的数据的四种方法