@@ -345,7 +345,6 @@ slice有一些简便的操作
- 最大长度,也就是`slice`开始位置到数组的最后位置的长度
Array_a := [10]byte{'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j','k'}
Slice_a := Array_a[2:5]
上面代码的真正存储结构如下图所示
The note is not visible to the blocked user.