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