functionSelectFather()
{
div1.style.display=’’;
div1.style.left=window.event.clientX+10;
div1.style.top=window.event.clientY+10;
}
A.可以推斷出div1應(yīng)該有一個(gè)樣式為:position:absolute
B.div1是一個(gè)標(biāo)簽的ID
C.div1一定是一個(gè)標(biāo)簽
D.上述選項(xiàng)中一定有一個(gè)是錯(cuò)誤的