美文网首页
基本类型

基本类型

作者: 小灰辉先生 | 来源:发表于2018-03-05 21:21 被阅读0次

布尔类型:bool

整型:int8 byte int16 int uint uintptr

浮点类型:float32 float64

复数类型:complex64 complex128

字符串:string

字符类型:rune

错误类型:error

支持以下类型:

指针:pointer

数组:array

切片:slice

字典:map

通道:chan

结构体:struct

接口:interface

相关文章

网友评论

      本文标题:基本类型

      本文链接:https://www.haomeiwen.com/subject/strkfftx.html