php mysql数据求和并输出

2025-04-03 02:31:58
推荐回答(1个)
回答1:

当SQL语句是select... 时 $results 是结果集 是个对象要取出值的话需要
echo $results ->fileds['0']->value;