單項(xiàng)選擇題如果想在網(wǎng)頁(yè)顯示后,動(dòng)態(tài)地改變網(wǎng)頁(yè)的標(biāo)題()。

A.是不可能的
B.通過(guò)document.write(“新的標(biāo)題內(nèi)容”)
C.通過(guò)document.title=(“新的標(biāo)題內(nèi)容”)
D.通過(guò)document.changeTitle(“新的標(biāo)題內(nèi)容”)


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題產(chǎn)生當(dāng)前日期的方法是()。

A.Now()
B.Date()
C.new Date()
D.new Now()

2.單項(xiàng)選擇題以下()表達(dá)式產(chǎn)生一個(gè)0~7之間(含0,7)的隨機(jī)整數(shù)。

A.Math.floor(Math.random()*6)
B.Math.floor(Math.random()*7)
C.Math.floor(Math.random()*8)
D.Math.ceil(Math.random()*8)

5.單項(xiàng)選擇題下列選項(xiàng)中,()不是網(wǎng)頁(yè)中的事件。

A.onclick
B.onmouseover
C.onsubmit
D.onpressbutton