Well, actually, let's turn the print statement on, since we're doing it with a small value here.
好了,事实上因为我们取得值很小,所以我们还得恢复这个打印声明。
That statement says, get the value of x, which is this link, and give z a pointer to the same place.
这个声明的意思是,取得x的值,也就是连接指向的值,然后给z赋予一个指向同样位置的指针。
The first statement right here, that's just an assignment statement, I'm giving some value to x.
第一个声明在这里,这仅仅是一个赋值声明,我赋值给x一个值。
应用推荐