摘要:
pymysql操作数据库 简单操作 import pymysql # pip install pymysql # 连接数据库的参数 conn = pymysql.connect(host= 'localhost', user='root', password = '123', database='d 阅读全文
posted @ 2019-11-01 01:15
jueyuanfengsheng
阅读(395)
评论(0)
推荐(0)
浙公网安备 33010602011771号