mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 06:19:44 +08:00
Update 04.9.md
重新组织语言
This commit is contained in:
@@ -41,7 +41,7 @@ intP 存储了 i1 的内存地址;它指向了 i1 的位置,它引用了变
|
||||
|
||||
对于任何一个变量 var, 如下表达式都是正确的:`var == *(&var)`。
|
||||
|
||||
现在,我们应当能理解 pointer.go 中的整个程序和他的输出:
|
||||
现在,我们应当能理解 pointer.go 的全部内容及其输出:
|
||||
|
||||
示例 4.21 [pointer.go](examples/chapter_4/pointer.go):
|
||||
|
||||
|
Reference in New Issue
Block a user