GO编程模式 切片,接口,时间和性能Slicetype slice struct { array unsafe.Pointer //指向存放数据的数组指针 len int //长度有多大 cap int //容量有多大}foo = make([