以下JavaScript 代码输出结果为: var result = getArea(10, 3); alert(result); function getArea(width,height){ if(width
A.30
C.代码运行出错
D.函数调用在函数定义之前,输出结果为空
正确答案是A