go - 内置基础类型

Go 语言中包括如下内置基础类型: 布尔型:bool 整型:int int64 int32 int16 int8 uint8(byte) uint16 uint32 uint64 uint 浮点型:float32 float64 复数型:complex64 complex128 字符串:string 字符型:rune 错误型:error 1. bool类型 关键字: bool 可定义为: true
相关文章
相关标签/搜索