python讀取mysql中數據保存至列表

# -*- coding:utf-8 -*- import MySQLdb #庫名:python;表名:students conn = MySQLdb.connect(host='localhost',user='root',passwd='',db='python',charset='utf8') cursor = conn.cursor() count = cursor.execu
相關文章
相關標籤/搜索