题目:单选题 已知: var test = { x1 : [1, 2, 3, 4, 5], x2 : 'hello', x3 : { y1: false, y2: null, } } 以下哪句可以在Console控制台输出y1的值?( )。
A. console.log(test.x3.y1)
B. console.log(test[0].x3.y1)
C. console.log(x3.y1)
D. console.log(y1)
答案:评论后可见此内容
推荐使用我们的公众号搜索题目,题目更全,检索更方便。支持语音、图片、文字等多种搜索方式。