如何通过if判断 执行成功 然后echo "
"; if中的判断条件该如何写
预处理的返回值是布尔量?
if($stmt->execute()){ echo "执行成功"; }else{ echo "执行失败"; }