This website requires JavaScript.
Explore
Help
Sign In
7x31
/
the-way-to-go_ZH_CN
Watch
1
Star
0
Fork
0
You've already forked the-way-to-go_ZH_CN
mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced
2025-08-12 03:55:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
15732127754e7cc3b55fb2a0318554452a23a515
the-way-to-go_ZH_CN
/
eBook
/
12.0.md
Haigang Zhou
d29644465a
第十二章修改 (
#838
)
...
Co-authored-by: Joe Chen <
jc@unknwon.io
>
2022-05-12 21:59:20 +08:00
263 B
Raw
Blame
History
12.0 读写数据
除了
fmt
和
os
包,我们还需要用到
bufio
包来处理缓冲的输入和输出。
链接
目录
上一章:
结构体、集合和高阶函数
下一节:
读取用户的输入