数据结构
一起来学 Go --(2)数据与逻辑结构
· ☕ 2 分钟
1. Go 的数据结构 基础类型 布尔类型:bool 整型:byte、int、int8、int16、uint、uintptr 浮点类型:float32、float64 复数类型:complex64、complex128 字符串:string 字符类型:rune 错