如何通过指针获得原始值??? 比如: func pop(myStack *[]int) { fmt.Println(myStack) } 此时的 myStack 仅仅只是一个指针,我如何在这个方法中获得原始值? 阅读全文 2013-06-19 05:23:51