python 數據庫查詢返回list或tuple

MySQLdb默認查詢結果都是返回tuple,輸出時候不是很方便,必須按照0,1這樣讀取,無心中在網上找到簡單的修改方法,就是傳遞一個cursors.DictCursor就行。python 默認程序:mysql import MySQLdb db = MySQLdb.connect(host='localhost', user='root', passwd='123456', db='test'
相關文章
相關標籤/搜索