Call to a member function fetch() on boolean in
$data=$stmt->fetchAll(PDO::FETCH_ASSOC);
练习占位符预处理的时候,返回结果为empty
前面应该是因为没有找到数据库表
连接是成功了,但为什么找不到我的数据库表呢