post_img

Java-I/O基础

摘要

何为 I/O? I/O(Input/Outpu)即输入/输出。数据传输过程类似于水流,因此称为 IO 流。IO 流在 Java 中 …