js中不改变原数组的方法不改变原数组的方法1. concat( ) :用于连接两个或多个数组代码语言:javascript代码运行次数:0运行复制var arr1 = [1, 2, 3]var arr2 = ['a', &am7月前370