未知题型

假设数组定义如 “ int a[ ][ ]={{1},{2},{3,4,5},{6,7,8}}; ”,则 a.length 的值为 , a[1].length 的值为 , 表示数组中的元素“ 5 ”

【参考答案】

4,1,a[2][2]