Q10:数组操作方法会改变原数组 会改变:push(),pop(),shift(),unshift() ,splice(),sort(),reverse()。 不变:concat(),split(),slice()。