每个人都有自己的知识体系。
Toggle navigation
Home
随笔
C#/.Net
树莓派 / Raspberry
皓月汉化组
Beego
Golang
OxideMod
apache
haproxy
windows
Java
Objective-C
日语/罗马音歌词/日语常识
MongoDB
python
电学
公告
Minecraft服务器-公告
NanoPi
C4D (CINEMA 4D)
生活
推流/m3u8/rtmp/rtsp
Unity3d
ffmpeg
数据结构
区块链
tarui
UnityForPSVita
About Me
Archives
Tags
Go 笔记 - 1-7 printf 和 println的区别
2018-10-11 17:35:46
121
0
0
akiragatsu
package main import "fmt" func main() { a := 233 //一段一段输出 自动换行 fmt.Println("a = ", a) //格式化输出 把b的内容放在%d的位置 //\n自动换行 fmt.Println("a = %d\n", a) }
Pre:
Go 笔记 - 1-8 多种赋值和_匿名变量
Next:
Go 笔记 - 1-6 自动推导类型
0
likes
121
Weibo
Wechat
Tencent Weibo
QQ Zone
RenRen
Submit
Sign in
to leave a comment.
No Leanote account?
Sign up now.
0
comments
More...
Table of content
No Leanote account? Sign up now.