mysqli_fetch_row,mysqli_fetch_array,mysqli_fetch_assoc区别
';}$result=mysqli_query($sql);while($row=mysqli_fetch_array($result)){echo$row['cid'].'::'.$row[1].'';}$result=mysqli_query($sql);while($row=mysqli_fetch_object($result)){echo$row->cid.'::'.$row->titl