@@ -78,6 +78,8 @@ Go对于已声明但未使用的变量会在编译阶段报错,比如下面的
|
||||
const MaxThread = 10
|
||||
const prefix = "astaxie_"
|
||||
|
||||
Go 常量和一般程式語言不同的是,可以指定相當多的小數位數(例如200位),
|
||||
若指定給float32自動縮短為32bit,指定給float64自動縮短為64bit,詳情參考[連結](http://golang.org/ref/spec#Constants)
|
||||
|
||||
## 内置基础类型
|
||||
|
||||
|
||||
Reference in New Issue
Block a user