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

Merge pull request #2381 from haorenlin/main

Update io-model.md
This commit is contained in:
Guide 2024-04-29 17:44:55 +08:00 committed by GitHub
commit c1d2b32359
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。**