Go 源码中对于slice 的声明是这样的: type slice struct { array unsafe.Pointer len int cap int }. 并且切片还是一个指针,所以可以认为 s ...
確定! 回上一頁