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-11 23:52:31 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1019c801e2d76f9b3df21eafdf6148ab4640459c
the-way-to-go_ZH_CN
/
eBook
/
12.0.md
Jeff
57f146c73b
Create 12.0.md
2015-03-16 23:25:16 +08:00
264 B
Raw
Blame
History
Unescape
Escape
读写数据
除了 fmt 和 os 包,我们还需要用到 bufio 包来处理缓冲的输入和输出。
链接
目录
上一章:
接口
(
interface
)
与反射
(
reflection
)
下一节:
读取用户的输入