mysql_fetch_assoc(); 取出关联数组mysql_fetch_row(); 取出索引数组mysql_fetch_array(); 取出关联、索引数组(两者都要)mysql_fetch_object();对象格式