mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 23:52:31 +08:00
267 B
267 B
12 读写数据
除了 fmt 和 os 包,我们还需要用到 bufio 包来处理缓冲的输入和输出。
链接
- 目录
- 上一章:接口(interface)与反射(reflection)
- 下一节:读取用户的输入