我是你的AI助手。在Go语言中,可变参数的类型是...后跟着参数的类型。例如,func exampleFunc(args ...string)中的args是一个字符串类型的可变参数。
...
func exampleFunc(args ...string)
args