$dataset[] 是变量吗? $dataset[] = $sheet->getCell($column.$row)->getValue(); $dataset[]是什么类型变量?如何清空其赋值?谢谢!------解决思路----------------------数组变量。 $dataset=array();