var arr = new Array(new Array(9,0,3,4,5) , ['a' , 'b' , 'c'] ,
new Array(2,9,0,6));
則arr[1][3]=()
A.c
B.6
C.4
D.undefined
您可能感興趣的試卷
你可能感興趣的試題
A.NaN!=null
B.NaN==NaN
C.{}!=false
D.null!=false
A.string
B.length
C.非法字符
D.this
Javascript中,以下代碼運(yùn)行后變量y的值是:()
var x = [typeof x, typeof y][1];
var y = typeof typeof x;
A."number"
B."string"
C."undefined"
D."object"
A.foo.att
B.foo["att"]
C.foo{"att"}
D.foo["a"+"t"+"t"]
A.var aa;
B.var bb = 3;cc = ’good’;
C.var dd = ee = 100;
D.var ff = 3,gg = 'he's good';
最新試題
下列選項中,屬于服務(wù)器開發(fā)技術(shù)的有()
以下關(guān)鍵字中與函數(shù)的定義無關(guān)的有()
下列選項中,利用對象字面量創(chuàng)建對象的說法正確的有()
關(guān)于location的常用方法說法正確的有()
事件從目標(biāo)節(jié)點自上而下向document節(jié)點傳播的階段是()
下列選項中,關(guān)于history對象的go()方法描述正確的有()
下列選項中,關(guān)于scroll系列屬性說法正確的有()
關(guān)于添加或刪除數(shù)組元素的方法描述正確的有()
下列選項中,當(dāng)頁面加載完畢后會觸發(fā)的事件是()
“Math.floor(1.1)”的計算結(jié)果是()