Maison > Questions et réponses > le corps du texte
while($res = mysql_fetch_object($getRes))
执行的时候,只有第一条记录是正确处理,然后就跳出循环了。但我用mysql_fetch_array,和mysql_num_rows 明明是可以得到多条数据,这是什么原因?