多项选择题

A.push()方法不会修改原数组
B.unshift()方法会修改原数组
C.pop()方法会修改原数组
D.shift()方法会修改原数组