解决方法 打开 /include/arc.listview.class.php 找到 $this->CountRecord(); 如果这一行只有这一句代码话,那就把它改成 if(empty($this->TotalResult)) $this->CountRecord();