click=(e)=>{ let arrPanes = []; arrPanes.push(e); console.log(arrPanes); // click点击N次,每次打印都是1个数组,无法累加。如果需要累加这里需要怎么写?}
慕容森
相关分类