每个人都有自己的知识体系。
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-9 变量和常量
2018-10-11 17:35:46
129
0
0
akiragatsu
package main import "fmt" func main() { //变量 程序运行期间 可以改变的量 变量声明需要var //常量 程序运行期间 不可以改变的量 常量声明需要const const a int = 2 fmt.Println("a = ", a) // a = 3 赋值会导致错误 //常量 赋值不允许使用:= }
Pre:
< 重庆 - 都市传说 > ——皓月
Next:
Go 笔记 - 1-8 多种赋值和_匿名变量
0
likes
129
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.