mysql.connector的簡單操做

import mysql.connector mydb = mysql.connector.connect( host = "localhost", user = "root", passwd = "password", database = "mypy", buffered = True ) mycursor = mydb.cursor() # 用
相關文章
相關標籤/搜索