單項選擇題如果想在網(wǎng)頁顯示后,動態(tài)地改變網(wǎng)頁的標題()

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


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題產(chǎn)生當前日期的方法是()

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

2.單項選擇題以下()表達式產(chǎn)生一個0~7之間(含0,7)的隨機整數(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)