go语言学习笔记 Go语言的数据类型默认零值 bool false int 0 float (0+0i) string “” array 数组元素类型的零值 map nil struct 结构体中每个字段的零值 interface nil function nil