对于函数定义:
下面对于add函数调用不正确的是:
A.
add(1,2)
B.
add(1,3,7)
C.
add([ ]int{1,2})
D.
add([ ]int{1,3,7}...)
正确答案是D