您可能感興趣的試卷
你可能感興趣的試題
A.var fun = function(){};box.onlick= fun()
B.var fun = function(){};box.addEventListener("click",fun,false);
C.<button onclick="xxx()"></button>
D.以上都正確
A.appendChild
B.append
C.replaceChild
D.deleteChild
A.document.getElementById(’box’);
B.document.getElementById(’#box’);
C.document.querySelector(’#box’)
D.document.querySelector(’box’)
A.classList.hasClass(’active’)
B.classList.contains(’active’)
C.classList.add(’active’)
D.classList.remove(’active’)
A.appendChild()
B.removeChild()
C.appendTo()
D.remove()
最新試題
設(shè)置oDiv的padding-left的動畫由10px變?yōu)?00px,以下錯誤的寫法是()
requireJs加載的模塊必須采用AMD的規(guī)范。
在FrontPage 中,分組表單的作用是()。
框架的分割方式不包括()。
為了讓更多的人了解企業(yè)的形象和產(chǎn)品,選擇制作的最佳作品是()。
在FrontPage 中改變表格邊框的粗細,可以設(shè)置()。
FrontPage 中,下列關(guān)于圖片與鏈接的關(guān)系是述正確的是()。
RequireJs不管是require方法還是define方法的依賴模塊都是異步加載的。
下列選項中,可以用來設(shè)置置單元格的背景色是()。
return false可以阻止默認行為。