單項選擇題splice()方法的功能是()。

A.從數(shù)組中添加或刪除元素
B.將數(shù)組中的最后一個數(shù)據(jù)取出
C.向數(shù)組的開頭添加一個或更多元素


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題對字符串str從索引值1開始,獲取4個字符的方法是()。

A.str.substr(1,4)
B.str.substr(2,5)
C.str.substr(3,6)
D.str.substr(0,5)

2.單項選擇題下面哪個方法可以獲取子字符串?()

A.substr()
B.toLowerCase()
C.indexOf()
D.toUpperCase()

3.單項選擇題在實例被初始化時被調(diào)用是指()。

A.beforeCreate
B.beforeDestroy
C.mounted
D.destroyed

4.單項選擇題在實例創(chuàng)建之后調(diào)用是指()。

A.beforeCreate
B.created
C.mounted
D.destroyed

5.單項選擇題鼠標(biāo)左鍵的別名是()。

A.right
B.ctrl
C.left
D.middle