样式修改
This commit is contained in:
Binary file not shown.
@@ -20,6 +20,7 @@ func test() {
|
|||||||
```
|
```
|
||||||
|
|
||||||
test()方法在内存中的存储结构
|
test()方法在内存中的存储结构
|
||||||
|
|
||||||

|

|
||||||
* point结构体是值类型,在内存中存储的是值
|
* point结构体是值类型,在内存中存储的是值
|
||||||
* size类是引用类型,在内存中存储的是Size对象的内存地址
|
* size类是引用类型,在内存中存储的是Size对象的内存地址
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user