慕的地6264312
你好,如果数据库是mysql的话,可以这样写123456789 <?php mysql_connect('localhost','user','password'); mysql_selecr_db('sheet'); $info = array(); $sql = mysql_query("select b from `a` where a=2"); while($row = mysql_fetch_assoc($sql)){ $info[] = $row; }?> 希望你的问题能解决,望采纳