Go数据类型
2023-11-20 20:27:30 3 举报
AI智能生成
Go数据类型
作者其他创作
大纲/内容
int8
int16
int32
int64
int
uint8
uint16
uint32
uint64
uint
uintptr
整型 (int)
float32
float64
浮点 (float)
complex64
complex128
复数 (complex)
数值
字符 (rune)
布尔 (bool)
字符串 (string)
错误 (error)
基本数据类型
指针 (pointer)
数组 (array)
切片 (slice)
字典 (map)
管道 (chan)
结构体 (struct)
接口 (interface)
复杂(派生)数据类型
Go数据类型
0 条评论
回复 删除
下一页