基本数据类型1.基本数据类型01.内置类型1.1 值类型:bool int(32 or 64), int8, int16, int32, int64 uint(32 or 64), uint8(byte), uint16, uint32, uint64 float32, float64 string complex64, complex128 array // 固定长度的数组 1.2 引用类型:(指针 2021-01-07 Go基础 #Go基础