Golang 变量 2018-12-31 10:31:23 Albin Wong 后端 0 1381 变量声明布尔类型: bool整型:int8、byte、int16、int、uint、uintptr等 浮点类型:float32、float64复数类型:complex64、complex128字符串:string字符类型:rune错误类型:error复合类型: 指针(pointer) 数组(array) 切片(slice) 字典(map) 通道(chan) 结构体(struc... Read more