摘要: 代码: #coding=utf-8 #连接数据库测试 import pymysql #打开数据库 db = pymysql.connect(host="localhost",user="root",password="PENGsuoqun123",db="info") #使用cursor()方法获取 阅读全文
posted @ 2023-04-13 23:15 小彭先森 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 实现效果如上; 代码: #coding=utf-8 #连接数据库测试 import pymysql #打开数据库 db = pymysql.connect(host="localhost",user="root",password="PENGsuoqun123",db="info") #使用curs 阅读全文
posted @ 2023-04-13 22:30 小彭先森 阅读(93) 评论(0) 推荐(0) 编辑