多项选择题

关于添加或删除数组元素的方法描述正确的有()

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