摘要: 1 def get_conn(): 2 """ 3 :return: 连接,游标 4 """ 5 # 创建连接 6 conn = pymysql.connect(host="127.0.0.1", 7 user="root", 8 password="你的数据库密码", 9 db="要使用的数据名称 阅读全文
posted @ 2022-10-16 19:40 靠谱杨 阅读(838) 评论(0) 推荐(0) 编辑