logo头像
Snippet 博客主题

增删改

from pymysql import * def main(): # 创建Connection连接 conn = connect(host='localhost',port=3306,databas...