下面這段代碼運(yùn)行的結(jié)果()
<body>
<script language=”JavaScript”>
document.writeln(“文檔最后修改于”+document.lastModified);
var lastModObj=new Date(document. lastModified);
alert(lastModObj.getMinutes());
</script>
</body>
A. 彈出一個(gè)對(duì)象框
B. 沒有任何輸出
C. 在文檔中顯示文檔最后修改的時(shí)間
D. 在對(duì)話框中顯示文檔最后修改的時(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")
A.Math.ceil(2,4)
B.Math.max(2,4)
C.ceil(2,4)
D.top(2,4)
A.var txt = new Array="tim","kim","jim"
B.var txt = new Array(1:"tim",2:"kim",3:"jim")
C.var txt = new Array("tim","kim","jim")
D.var txt = new Array:1=("tim")2=("kim")3=("jim")
最新試題
H5中的屬性值必須用雙引號(hào)括起來。
下列可以提供瀏覽器兼容性測試的有()
設(shè)置列表的類型屬性是()
下列代碼中用于實(shí)現(xiàn)對(duì)用戶輸入文本內(nèi)容執(zhí)行輸入檢查的是()
span元素不會(huì)換行。
()用于播放視頻
P標(biāo)簽定義段落后前后自動(dòng)會(huì)產(chǎn)生空白。
()用于定義高亮文本
()用于顯示被標(biāo)注的內(nèi)容是日期或者時(shí)間
XML文檔標(biāo)簽之間可以交叉引用。