python調用mysql的簡單自動化測試(個人記錄篇二)

pip install mysqlclient ==1.3.12 在cmd裏面輸入 具體代碼如下: 其中用到 .fetchone() ##表示提取某一行 .fetchmany(some) ##表示提取some行 .fetchall() ##表示提取所有行 小提醒 數據庫表格第二列是row[1] rowcount是可調用的表格總行數
相關文章
相關標籤/搜索