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 Security中,哪個注解用于設(shè)置權(quán)限()
響應(yīng)式Spring Data模塊需要在項目的構(gòu)建文件中引入哪個依賴()
在Vue Router中,路由獨享的守衛(wèi)beforeEnter可以在哪個配置上定義()
在RBAC模型中,"Who"對"What"進行"How"的操作構(gòu)成了什么()
在Spring WebFlux中,哪個接口用于表示服務(wù)器端HTTP請求()
在Spring WebFlux中,以下哪個操作符用于跳過Flux中的指定數(shù)量的元素()
Vue Router中,哪個函數(shù)用于在運行時添加路由()
Vue Router中的全局前置守衛(wèi)是使用哪個方法注冊的()
Spring Security是一個什么的安全框架()
在Vue Router中,哪個屬性用于定義路由的路徑()