MySQL通过python获取数据列表coding=utf-8获得表中有多少条数据打印表中的多少数据
也许你已经尝试了在python中通过 cur.execute(“select * from student”) 来查询数据表中的数据,但它并没有把表中的数据打印出来,有些失望。来看看这条语句获得的是什么 aa=cur.execute(“select * from student”) print aa