runtime/slice.go type slice struct { array unsafe.Pointer len int cap int }. Note: map is pointer, slice is struct, copy(map) vs copy(slice) ...
確定! 回上一頁