A.指網(wǎng)頁元素的位置,距離左邊框和上邊框的距離 B.指網(wǎng)頁元素的位置,距離右邊框和下邊框的距離 C.指網(wǎng)頁元素的定位方式,可以取值中包括absolute D.指網(wǎng)頁元素的內容溢出時,是否顯示多余的內容
A.document.all.a.style.color B.document.all.a.style.backgroundColor C.document.a.color D.document.a.gackgroundColor
下列代碼能產(chǎn)生()個輸出 1 var i = 1; 2 for(;;i++) 3 if(i) 4 alert(i); 5 else 6 break;
A.0個 B.無限多個 C.19個 D.20個