已知: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)
A: console.log(test.x3.y1)
B: console.log(test[0].x3.y1)
C: console.log(x3.y1)
D: console.log(y1)
举一反三
- 已知: var test = { x1 : [1, 2, 3, 4, 5], x2 : 'hello', x3 : { y1: false, y2: null, } } 以下哪句可以在Console控制台输出y1的值?
- 已知:[img=304x221]17e0b8d928fec91.png[/img]以下哪句可以在Console控制台输出y1的值? A: console.log(test.x3.y1) B: console.log(test[0].x3.y1) C: console.log(x3.y1) D: console.log(y1)
- 下列函数为偶函数的是( )。 A: \( y = e^{2x} - {e}^{ - 2x} + \cos x \) B: \( y = {\log _2} { { 1 + x} \over {1 -x}} \) C: \( y = 3{x^4} - {x^3} \) D: \( y = { { {e^x} + {e^{ - x}}} \over 2} \)
- 下面程序段中正确的是( )。 A: If x<0 Then y=0 If x<1 Then y=1 If x<2 Then y=2 If x>=2 Then y=3 B: If x>=2 Then y=3 If x>1 Then y=2 If x>=0Then y=1 If x>0 Then y=0 C: If x<0 Then y=0 Else If>=0Then y=1 Else y=3 End If D: If x>=2 Then y=3 Else If>=1 Then y=2 Else y=0 End If
- 下列函数为偶函数的是( )。 A: \( y = {2{e}^{2x}} - {2{e}^{ - 2x}} + \sin x \) B: \( y = {\log _a} { { 1 - x} \over {1 + x}} \) C: \( y = { { {e^x} + {e^{ - x}}} \over 2} \) D: \( y = 3{x^2} - {x^3} \)