摘要: import pymysql con = pymysql.connect(host="xxxx", port=xxx, user="root", password="123456",charset="utf8",cursorclass=pymysql.cursors.DictCursor, data 阅读全文
posted @ 2022-01-14 21:28 2orange 阅读(148) 评论(0) 推荐(0) 编辑