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';
最新試題
關(guān)于代碼“var obj ={x:10,y:20}”說法錯誤的是()
下列Date對象方法中,用于獲取年份的方法是()
下列選項(xiàng)中,關(guān)于節(jié)點(diǎn)的層級說法正確的有()
關(guān)于location的常用屬性說法錯誤的是()
下列選項(xiàng)中,可控制瀏覽器實(shí)現(xiàn)“前進(jìn)”功能的有()
以下不屬于JavaScript代碼編輯器的是()
下列選項(xiàng)中,JavaScript可以實(shí)現(xiàn)的交互效果有()
下列選項(xiàng)中,屬于清除定時(shí)器方法的有()
對于JavaScript的組成部分BOM描述錯誤的是()
下列選項(xiàng)中,屬于img元素內(nèi)置屬性的有()