我不知道有没有反正我可以定义一个未知数量的变量在Go中的函数。
这样的东西
func Add(num1... int) int { return args } func main() { fmt.Println("Hello,playground") fmt.Println(Add(1,3,4,5,)) }
你已经得到它,从我能告诉,但语法是… int。见
the spec:
原文链接:https://www.f2er.com/go/187865.htmlGiven the function and call
06000
within Greeting,
who
will have the value[]string{"Joe","Anna","Eileen"}