在项目中:Events.php $results =$db->query("select zhonglei,Explain FROM duihua"); $sites = $results->fetch_all(MYSQLI_ASSOC); 提示错误: Error: Call to a member function fetch_all() on array in 但是在网页上门显示正常为什么呢谢谢给与帮助!
duihua
请正确使用:https://github.com/walkor/mysql
根据报错看,$results 已经是数据数组了,不需要再掉用fetch_all方法
根据报错看,$results 已经是数据数组了,不需要再掉用fetch_all方法