摘要: 一.python操作mysql 1.1 基本语法 创建连接 host user password database 这四个参数必须写 import pymysql conn=pymysql.connect(host="127.0.0.1",user="root",password="",databa 阅读全文
posted @ 2020-06-20 15:13 打酱油的阿超 阅读(117) 评论(0) 推荐(0)