TypeError: tuple indices must be integers or slices, not str

錯誤1: TypeError: tuple indices must be integers or slices, not str 元祖的索引必須是整數或者切片,不能是字符 通過pymysql訪問數據庫,並查詢數據。 解決方法: cursor默認獲取的結果集是元組的形式,如果想用字典的形式輸出,需要使用DictCursor 錯誤2: TypeError: list indices must be
相關文章
相關標籤/搜索