hic003cih / Golang

0 stars 0 forks source link

指針(Pointer) #7

Open hic003cih opened 4 years ago

hic003cih commented 4 years ago
& -> 取一個值的地址
* -> 取一個地址的值