Python操做MySQL數據庫(mysqlclient模塊)

使用pip安裝python pip install mysqlclientmysql import MySQLdb conn= MySQLdb.connect(host='localhost',port = 3306,user='root',db ='along') cur = conn.cursor() #cur.execute("create table if not exists stude
相關文章
相關標籤/搜索