A..body
B.document
C.document.body
D.document.html
您可能感興趣的試卷
你可能感興趣的試題
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]
最新試題
在Vue Router中,哪個屬性用于定義路由的路徑()
在Vue Router中,哪個函數(shù)用于獲取當前路由對象的信息()
在Spring WebFlux中,哪個接口用于表示服務(wù)器端HTTP請求()
Jjwt類庫主要用于什么()
在Reactor中,哪個概念是處理生產(chǎn)者和消費者處理數(shù)據(jù)能力不對等問題的關(guān)鍵()
響應(yīng)式Spring Data模塊需要在項目的構(gòu)建文件中引入哪個依賴()
在Spring Security中,哪個注解用于設(shè)置權(quán)限()
在Reactor中,哪個操作符用于將每個元素映射到一個新值()
Vue Router中的全局前置守衛(wèi)是使用哪個方法注冊的()
在Vue Router中,哪個函數(shù)用于在運行時導(dǎo)航到指定路由()