fetch_field (以对象返回结果集中的列信息). $sql="select * from user"; $result=$link->query($sql); while($row=$result->fetch_field()){ echo ...
確定! 回上一頁