数据类型简单类型
空值:nil
整型:int,int8,int16,int32,int64,uint,uint8,uint16,uint32,uint64
浮点型:float32,float64
字节类型:byte(等于uint8)
字符串
2024-03-12