【python】使用pymsql在數據庫中更新數據

【python】使用pymsql在數據庫中更新數據python import pymql def get_conn(self): #建立connection鏈接 conn = pymysql.connect(host='loclhost',port=3306,user='root',passwd='root',db='db1') #db1爲數據庫名稱 return c
相關文章
相關標籤/搜索