code2code

导航

php mysqli 获取索引数组和关联数组

$row=mysqli_fetch_array($rs);抓取两种数组

$row=mysqli_fetch_row($rs);抓取索引数组

$row=mysqli_fetch_assoc($rs);抓取关联数组

posted on 2020-09-09 15:10  yz6zy  阅读(319)  评论(0编辑  收藏  举报