functionSelectFather()
{
div1.style.display=’’;
div1.style.left=window.event.clientX+10;
div1.style.top=window.event.clientY+10;
}
A.這個(gè)方法的返回值為空
B.SelectFather()是方法名
C.方法有語(yǔ)法錯(cuò)誤,因?yàn)闆](méi)有return
D.方法有語(yǔ)法錯(cuò)誤,因?yàn)闆](méi)有指定返回類型