js中改变原数组的方法改变原数组的方法1. push( ) :数组的尾部添加一个或多个元素 并返回新的长度代码语言:javascript代码运行次数:0运行复制Basevar arr = [123, 'hello'月前330