单项选择题

A.array.shift(10);
B.array.unshift(10);
C.array.push(10);
D.array.slice(10);