單項(xiàng)選擇題分析下面的JavaScript語句:str="This apple costs"+50.5;執(zhí)行后str的結(jié)果是()

A.This apple costs 50.5
B.This apple costs 5.5
C."This apple costs" 50.5
D."This apple costs" 5.5


您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題分析下面的Javascript代碼:x=11;y="number";m=x+y;m的值為()

A.11number
B.number
C.11
D.程序報(bào)錯(cuò)

4.單項(xiàng)選擇題分析JavaScript代碼段,eval("a=1;b=2;alert(a+b)"),運(yùn)行后以下描述正確的是()

A.彈出窗口顯示3
B.彈出窗口顯示undefined
C.a的值為undefined
D.b的值為null

5.單項(xiàng)選擇題創(chuàng)建一個(gè)數(shù)組,下面哪項(xiàng)不正確()

A.var a=new Array(3)
B.a=new Array(1,2,3,"hello")
C.var a=[true,3.14159]
D.Array d=new Array(1,2,3)