單項(xiàng)選擇題在JavaScript中定義變量,哪些不正確()

A.var count
B.var city=’wuhan’
C.result=true
D.inti


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在JavaScript中,()屬性可返回字符串中的字符數(shù)。

A.blink
B.PI
C.length
D.max

2.單項(xiàng)選擇題在JavaScript中,("12.3"+1.2)的計(jì)算結(jié)果是()

A.12.3
B.13.5
C.13
D.12.3、1.2

3.單項(xiàng)選擇題在JavaScript的某些情況下()語句可以代替多重if語句。

A.if…else
B.for
C.while
D.switch…..case

4.單項(xiàng)選擇題在JavaScript中,可以使用Date對象的()方法返回該對象的日期。

A.getDate
B.getYear
C.getMonth
D.gerTime

5.單項(xiàng)選擇題在HTML中,為了在頁面中輸出當(dāng)前頁面的URL的地址,下面Javascript語句正確的是()

A.document.write(document.location)
B.document.write(document.title)
C.document.write(document.body)
D.document.write(document.links)