下列哪个方法是返回新数组的长度()。
A: concat( )
B: pop( )
C: push( )
D: shift( )
A: concat( )
B: pop( )
C: push( )
D: shift( )
举一反三
- 下列哪个方法是返回新数组的长度()。 A: concat(<br/>) B: pop(<br/>) C: push(<br/>) D: shift(<br/>)
- Array对象的哪个方法向数组添加一个或多个元素,并返回新的长度? A: concat() B: pop() C: push() D: shift()
- Array对象的哪个方法向数组的末尾添加一个或更多元素,并返回新的长度?() A: concat() B: pop() C: push() D: shift()
- 以下数组元素栈方法中,哪个选项返回数组的新长度? A: push()和pop() B: push()和unshift() C: shift()和unshift() D: pop()和shift()
- Array对象的( )方法用于向数组的末尾添加一个或更多元素,并返回新的长度。 A: pop() B: push() C: reverse() D: shift()