while($field=$res->fetch_field()){ echo “<th>{$field->name}</th>”; } echo “</tr>”; //迴圈取出資料 while($row=$res->fetch_row()){
確定! 回上一頁