var_dump($row['username']);打印不出結(jié)果 nullvar_dump($row);能打印出數(shù)據(jù)為什么$row有數(shù)據(jù),而$row['username']就不行呢? 查看完整描述