Go 空指针 Go 指针 Go 指针数组 Go 空指针 package main import "fmt" func main() { var ptr *int fmt.Printf("The value of ptr is : %x\n", ptr ) } Go 指针 Go 指针数组