int,rune(注:rune 也是int, 用于字符的UTF-8代码
)
int8 ,int16 ,int32 ,int64
byte ,uint8 ,uint16 ,uint32 ,uint64 (注:byte 也是uint8, 表示字节数
)
float32 ,float64 (没有float 类型
)
bool
string
complex64,complex32(复数,对应两个float32 和 两个float64
)
int,rune(注:rune 也是int, 用于字符的UTF-8代码
)
int8 ,int16 ,int32 ,int64
byte ,uint8 ,uint16 ,uint32 ,uint64 (注:byte 也是uint8, 表示字节数
)
float32 ,float64 (没有float 类型
)
bool
string
complex64,complex32(复数,对应两个float32 和 两个float64
)
本文标题:Golang - 基本数据类型
本文链接:https://www.haomeiwen.com/subject/alniuttx.html
网友评论