1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update io-model.md

#0000 单词补全 java-io-模型详解
This commit is contained in:
yanjunlin 2024-04-29 16:13:16 +08:00 committed by GitHub
parent 05f6f236f0
commit 18d066aa21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ I/O 一直是很多小伙伴难以理解的一个知识点,这篇文章我会
### 何为 I/O?
I/O**I**nput/**O**utpu 即**输入/输出** 。
I/O**I**nput/**O**utput 即**输入/输出** 。
**我们先从计算机结构的角度来解读一下 I/O。**