哪个选项对于函数的定义是错误的?
A.def vfunc(a,b=2): B.def vfunc(a,b): C.def vfunc(a,*b): D.def vfunc(*a,b):
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。