單項選擇題

分析下面這段代碼運行的結(jié)果()

A. 只輸出最后一次修改的時間
B. 只輸出文檔的標題
C. 輸出文檔的標題、最后一次修改時間和當前的URL
D. 什么也不輸出


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列屬性中表示文檔中的未訪問過的超鏈接的顏色是哪個()

A.linkColor屬性
B.vlinkColor屬性
C.alinkColor屬性
D.以上都不是

3.單項選擇題下列不屬于文檔對象的方法的是()

A.createElement
B.getElementById
C.getElementByName
D.forms.length

4.單項選擇題如何在瀏覽器的狀態(tài)欄放入一條消息?()

A.statusbar = "put your message here"
B.window.status = "put your message here"
C.window.status("put your message here")
D.status("put your message here")

5.單項選擇題打開名為“window 2”的新窗口的JavaScript語法是()

A.open.new("http://www.w3schools.com","window2")
B.window.open("http://www.w3schools.com","window2")
C.new("http://www.w3schools.com","window2")
D.new.window("http://www.w3schools.com","window2")