摘要: 完成内容: 1.学习python mysql数据库 1.连接 import mysql.connector mydb = mysql.connector.connect( host="localhost", # 数据库主机地址 user="yourusername", # 数据库用户名 passwd 阅读全文
posted @ 2021-11-01 21:21 1905-1雷宇 阅读(31) 评论(0) 推荐(0)