Go 指针 Go 传递数组给函数 Go 指针 Go 指针 package main import "fmt" func main() { var a int = 10 fmt.Printf("Address of a variable: %x\n", &a ) } Go 传递数组给函数 Go 指针