mysql_fetch_row()与mysql_fetch_array()与mysql_fetch_assoc的区别 //mysql_fetch_array($re,MYSQL_ASSOC); 与mysql_fetch_asscoc($re) 输出结果相同 //mys...