A.div.style.color="red"
B.div.style="red"
C.div.color="red"
D.div.style.color("red")
您可能感興趣的試卷
你可能感興趣的試題
A.remove()
B.del()
C.append()
D.move()
A.div.setAttribute("id","box")
B.div.setAttribute("class","box")
C.div.getAttribute("class")
D.div.class
A.document.documentElement
B.document.getElementsByTagName("div")
C.document.body
D.document.getElementsByClassName("box")[0]
A.document.getElementsByTagName("div")[0]
B.document.getElementById("div")
C.document.getElementsByName("div")
D.document.getElementsByClassName("box")[0]
A.onmouseover
B.onmouseout
C.onclick
D.onmouseleave
最新試題
Spring WebFlux模塊構建在什么之上()
Vue Router中的全局前置守衛(wèi)是使用哪個方法注冊的()
在Reactor中,哪個操作符用于將每個元素映射到一個新值()
Jjwt類庫主要用于什么()
響應式編程主要關注什么()
在RBAC模型中,"Who"對"What"進行"How"的操作構成了什么()
在Vue Router中,路由獨享的守衛(wèi)beforeEnter可以在哪個配置上定義()
在Spring WebFlux中,以下哪個操作符用于獲取Flux中的前N個值()
以下哪個不是URI的組成部分()
在Reactor中,哪個概念是處理生產(chǎn)者和消費者處理數(shù)據(jù)能力不對等問題的關鍵()