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
)
有疑问加站长微信联系(非本文作者)
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
`单行代码`
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
)