123213 小小弟 2019-04-11 171 阅读1分钟 // runtime/slice.go type slice struct { array unsafe.Pointer // 元素指针 len int // 长度 cap int // 容量 }