php连接上mysql之后,采用哪个函数配置循环可以得到指定表中的记录()
A. mysql_fetch_row
B. mysql_query
C. mysql_connect
D. mysql_select_db
正确答案是A