js遍历修改参数名获取数据

问题描述:参数名称为list1,list2,list3,list4,list5,每个都是数组,想做一个封装方法,问题是console.log(list1)可以输出数组,console.log(‘list’ + num)只输出参数名!解决方法

window方法