如果今天是2006年5月14日,分析下列JavaScript代碼運(yùn)行后,在網(wǎng)頁上顯示()。
var now = new Date();
var year = now.getYear();
var month = now.getMonth();
var date = now.getDate();
document.write(year+" "+month+" "+date);
A.2006 05 14
B.2006 5 14
C.2006 04 14
D.2006 4 14
您可能感興趣的試卷
你可能感興趣的試題
A. window.open("http://www.baidu.com");
B. document.write("http://www.baidu.com");
C. location.replace("http://www.baidu.com");
D. location.reload("http://www.baidu.com");
A.2
B.0.5
C.1
D.1.5
分析如下所示的HTML頁面代碼,要實(shí)現(xiàn)每1秒鐘刷新時(shí)鐘顯示,應(yīng)在下劃線處添加的代碼是()。
A. var myTime = setTimeout("showTime()",1)
B. var myTime=setTimeout("showTime()",1000);
C. var myTime = setTimeout(1);
D. var myTime=setTimeout(1000);
A.value
B.name
C.type
D.caption
假定今天是2006年4月1日星期六,請問下列JavaScript代碼在頁面上的輸出結(jié)果是()。
var time=new Date();
document.write(time.getDate());
A. 2006
B. 4
C. 1
D. 6
最新試題
屬于navigator對象屬性的有()
用于返回指定元素在數(shù)組中第一次出現(xiàn)的索引的方法是()
事件從目標(biāo)節(jié)點(diǎn)自上而下向document節(jié)點(diǎn)傳播的階段是()
以下不屬于JavaScript代碼編輯器的是()
可以在HTML文檔中輸出內(nèi)容的是()
下列選項(xiàng)中,屬于清除定時(shí)器方法的有()
對于JavaScript的組成部分BOM描述錯(cuò)誤的是()
Visual Studio Code編輯器簡體中文語言擴(kuò)展是()
下列選項(xiàng)中,JavaScript可以實(shí)現(xiàn)的交互效果有()
關(guān)于location的常用屬性說法錯(cuò)誤的是()