Array map()方法 定义:对数组中的每个元素进行处理,得到新的数组; 特点:不改变原数组; 例子: const array = [1, 3, 6, 9]; const newArray = array.map(