單項選擇題產(chǎn)生當前日期的方法是()
A.Now();
B.Date()
C.new Date()
D.new Now()
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題以下()表達式產(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)
2.單項選擇題將字串s中的所有字母變?yōu)樾懽帜傅姆椒ㄊ牵ǎ?/a>
A.s.toSmallCase()
B.s.toLowerCase()
C.s.toUpperCase()
D.s.toUpperChars()
3.單項選擇題
JS語句
var a1=10;
var a2=20;
alert(“a1+a2=”+a1+a2)
將顯示()結果
A.a1+a2=30
B.a1+a2=1020
C.a1+a2=a1+a2
D.顯示錯誤
4.單項選擇題有語句“var x=0;while(____) x+=2;”,要使while循環(huán)體執(zhí)行10次,空白處的循環(huán)判定式應寫為:()
A.x<10
B.x<=10
C.x<20
D.x<=20
5.單項選擇題下列選項中,()不是網(wǎng)頁中的事件
A.onclick
B.onmouseover
C.onsubmit
D.onpressbutton