单项选择题

A.Array.push()给数组添加元素
B.Array.reverse()颠倒数组中元素的顺序
C.Array.shift()将元素移出数组
D.Array.slice()将数组拼接成字符串