go 语言数据类型:布尔型 bool | go 技术论坛-jiuyou九游娱乐官方
布尔型的值只可以是常量 true 或者 false。
一个简单的例子:
var a bool = true
布尔型的值只可以是常量 true 或者 false。
一个简单的例子:
var a bool = true