python在數據庫的基本操做(刪除數據)

刪除數據:mysql import pymysql config = { 'host':'localhost', 'port':3306, 'user':'root', 'passwd':'root', 'db':'logon', 'charset':'utf8'
相關文章
相關標籤/搜索