分析下面這段代碼運(yùn)行的結(jié)果()
A. 只輸出最后一次修改的時(shí)間
B. 只輸出文檔的標(biāo)題
C. 輸出文檔的標(biāo)題、最后一次修改時(shí)間和當(dāng)前的URL
D. 什么也不輸出
您可能感興趣的試卷
你可能感興趣的試題
A.linkColor屬性
B.vlinkColor屬性
C.alinkColor屬性
D.以上都不是
下面這段代碼運(yùn)行的結(jié)果()
<body>
<script language=”JavaScript”>
document.writeln(“文檔最后修改于”+document.lastModified);
var lastModObj=new Date(document. lastModified);
alert(lastModObj.getMinutes());
</script>
</body>
A. 彈出一個(gè)對象框
B. 沒有任何輸出
C. 在文檔中顯示文檔最后修改的時(shí)間
D. 在對話框中顯示文檔最后修改的時(shí)間
A.createElement
B.getElementById
C.getElementByName
D.forms.length
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")
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")
最新試題
H5中絕對沒有結(jié)束標(biāo)簽的有()
()用于定義高亮文本
iframe有開始和結(jié)束標(biāo)簽。
有序列表前面的開始序號(hào)不可更改。
()用于播放視頻
()用于顯示被標(biāo)注的內(nèi)容是日期或者時(shí)間
用于設(shè)置隱藏網(wǎng)頁元素的代碼有()
可以設(shè)置文本方向的有()
()用于表示一個(gè)已知最大值和最小值的計(jì)數(shù)器
下列可以提供瀏覽器兼容性測試的有()