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中,哪個(gè)注解用于從請(qǐng)求中獲取請(qǐng)求參數(shù)()
Vue Router中,哪個(gè)函數(shù)用于在運(yùn)行時(shí)添加路由()
Spring WebFlux模塊構(gòu)建在什么之上()
在Vue Router中,哪個(gè)函數(shù)用于獲取當(dāng)前路由對(duì)象的信息()
Jjwt類庫主要用于什么()
在使用jjwt類庫時(shí),需要在哪個(gè)文件中配置密鑰和過期時(shí)間()
在Vue Router中,路由獨(dú)享的守衛(wèi)beforeEnter可以在哪個(gè)配置上定義()
RBAC模型中的"Who"代表什么()
響應(yīng)式編程的哪個(gè)特點(diǎn)允許事件驅(qū)動(dòng)的系統(tǒng)通過push而不是pull來處理()
Spring Security是一個(gè)什么的安全框架()