试题详情

函数 test 定义如下,错误调用函数的语句是() function test($a,$b=1){ Return $a $b; }

A$a=test(1,2);

B$b=test(10);

Cechotest(1,2);

Dtest1,31