常量值标识符(4个)

常量值标识符(4个)

true false //true 和 false 表示 bool 类型的两常量值 iota //用在连续的枚举类型的声明中 nil //指针/引用型的变量的默认值就是 nil