單項(xiàng)選擇題在javascript中,下列選項(xiàng)中,聲明整形變量的語(yǔ)法正確的是()

A.int a=1
B.int a,int b
C.var a =1
D.var a=’123’


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題不屬于javascript的基本數(shù)據(jù)類型的是()

A.int
B.string
C.number
D.boolean

2.單項(xiàng)選擇題下列選項(xiàng)中()事件會(huì)在頁(yè)面加載時(shí)觸發(fā)。

A.onunload
B.onload
C.onblur
D.onfocus

3.單項(xiàng)選擇題下列選項(xiàng)中()事件用于提交頁(yè)面表單。

A.onclick
B.onchange
C.onfocus
D.onsubmit

4.單項(xiàng)選擇題在javascript中,下列能實(shí)現(xiàn)在頁(yè)面輸出并換行的是()

A.document.writeln("hello")
B.document.write("hello\n")
C.document.write("hello")
D.document.writeln("hello\n")

5.單項(xiàng)選擇題()方法會(huì)彈出一個(gè)提示對(duì)話框,并等待用戶輸入一行數(shù)據(jù)。

A.confirm()
B.alert()
C.prompt()
D.show()